Skip to content

Commit 86cf1b4

Browse files
authored
fix(create-vite): revert eslint 9 upgrade in templates (#17511)
1 parent 7b240e4 commit 86cf1b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-vite/template-react-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@typescript-eslint/eslint-plugin": "^7.13.1",
2020
"@typescript-eslint/parser": "^7.13.1",
2121
"@vitejs/plugin-react": "^4.3.1",
22-
"eslint": "^9.5.0",
22+
"eslint": "^8.57.0",
2323
"eslint-plugin-react-hooks": "^4.6.2",
2424
"eslint-plugin-react-refresh": "^0.4.7",
2525
"typescript": "^5.2.2",

packages/create-vite/template-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.3",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.1",
20-
"eslint": "^9.5.0",
20+
"eslint": "^8.57.0",
2121
"eslint-plugin-react": "^7.34.2",
2222
"eslint-plugin-react-hooks": "^4.6.2",
2323
"eslint-plugin-react-refresh": "^0.4.7",

0 commit comments

Comments
 (0)