-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [DEPENDENCY] Eslint => 9.8 * update set-pr-title to avoid failing job
- Loading branch information
1 parent
0a251ff
commit 92fad7d
Showing
15 changed files
with
80 additions
and
140 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
18.17.1 | ||
20.9.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import pluginJs from "@eslint/js"; | ||
import pluginReact from "eslint-plugin-react"; | ||
import globals from "globals"; | ||
import tseslint from "typescript-eslint"; | ||
|
||
export default [ | ||
{ files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"] }, | ||
{ languageOptions: { globals: globals.browser } }, | ||
pluginJs.configs.recommended, | ||
...tseslint.configs.recommended, | ||
pluginReact.configs.flat.recommended, | ||
]; |
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,7 +2,7 @@ | |
"name": "fe-boilerplate", | ||
"private": true, | ||
"engines": { | ||
"node": ">=v18.17.1" | ||
"node": ">=v20.9.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"version": "0.0.1", | ||
|
@@ -50,6 +50,7 @@ | |
"zustand": "^4.5.2" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.8.0", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.1.1", | ||
"@storybook/addon-a11y": "^7.6.17", | ||
"@storybook/addon-actions": "^7.6.17", | ||
|
@@ -67,29 +68,20 @@ | |
"@storybook/theming": "^7.6.17", | ||
"@tailwindcss/forms": "^0.5.7", | ||
"@tailwindcss/typography": "^0.5.10", | ||
"@tanstack/eslint-plugin-query": "^5.20.1", | ||
"@types/eslint": "^8.56.5", | ||
"@types/node": "^20.11.25", | ||
"@types/react": "^18.2.64", | ||
"@types/react-dom": "^18.2.21", | ||
"@types/react-router-dom": "^5.3.3", | ||
"@types/react-transition-group": "^4.4.10", | ||
"@types/uuid": "^9.0.8", | ||
"@types/yargs": "^17.0.32", | ||
"@typescript-eslint/eslint-plugin": "^7.1.1", | ||
"@typescript-eslint/parser": "^7.1.1", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitejs/plugin-react-swc": "^3.6.0", | ||
"autoprefixer": "^10.4.18", | ||
"dotenv-cli": "^7.4.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsx-a11y": "^6.8.0", | ||
"eslint-plugin-react": "^7.34.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.5", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
"eslint": "^9.8", | ||
"eslint-plugin-react": "^7.35.0", | ||
"globals": "^15.8.0", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"plop": "^4.0.1", | ||
|
@@ -100,6 +92,7 @@ | |
"storybook": "^7.6.17", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.2", | ||
"typescript-eslint": "^7.17.0", | ||
"vite": "^5.1.7", | ||
"yargs": "^17.7.2" | ||
}, | ||
|
@@ -113,8 +106,7 @@ | |
}, | ||
"lint-staged": { | ||
"src/**/*.{js,jsx,ts,tsx}": [ | ||
"pretty-quick --staged", | ||
"eslint --fix" | ||
"pretty-quick --staged" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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.