-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: trigger breaking change for version update and merge nuxt3.x w…
…ork in main. (#842) * feat!: trigger breaking change for version update BREAKING CHANGE: Nuxt upgrade to version 3, fix bugs, add redirects and new features like email subscription. * fix: percyscreen shot names
- Loading branch information
Showing
243 changed files
with
22,687 additions
and
41,197 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
.nuxt/ | ||
node_modules/ | ||
storybook-static/ | ||
.output | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module.exports = { | ||
root: true, | ||
extends: ["@nuxtjs/eslint-config-typescript"], | ||
"rules": { | ||
"@typescript-eslint/comma-dangle": "off", | ||
"n/prefer-global/process": "off", | ||
"no-unused-vars": "off", | ||
"@typescript-eslint/no-unused-vars": "off", | ||
"space-before-function-paren": "off", | ||
"comma-dangle": "off", | ||
"operator-linebreak": "off", | ||
"curly": "off", | ||
"brace-style": "off", | ||
} | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2b9db42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://uclalibrary-test.library.ucla.edu as production
🚀 Deployed on https://66a1407c7f568211d861b6fb--uclalibrary-test.netlify.app
2b9db42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://www.library.ucla.edu as production
🚀 Deployed on https://66a14729569550190b4e0220--uclalibrary.netlify.app
2b9db42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://www.library.ucla.edu as production
🚀 Deployed on https://66a16004bdc91f3c92d26b0d--uclalibrary.netlify.app