Skip to content

Commit 339824c

Browse files
committed
fix: downgrade eslint to ^9 for plugin compatibility
eslint@10 is not yet supported by eslint-plugin-react, eslint-plugin-react-hooks, or other plugins in the ecosystem. Pin to ^9.x which all plugins support. Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
1 parent 5219174 commit 339824c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@emotion/cache": "^11.14.0",
4747
"@eslint/compat": "^2.0.3",
4848
"@eslint/eslintrc": "^3.3.5",
49-
"@eslint/js": "^10.0.1",
49+
"@eslint/js": "^9.0.0",
5050
"@meshery/schemas": "^0.9.0",
5151
"@mui/icons-material": "^7.3.9",
5252
"@reduxjs/toolkit": "^2.11.2",
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/parser": "^8.57.2",
6262
"commitizen": "^4.3.1",
6363
"cz-conventional-changelog": "^3.3.0",
64-
"eslint": "^10.1.0",
64+
"eslint": "^9.0.0",
6565
"eslint-plugin-react": "^7.37.5",
6666
"eslint-plugin-react-hooks": "^7.0.1",
6767
"eslint-plugin-react-refresh": "^0.5.2",

0 commit comments

Comments
 (0)