Skip to content

Commit 9b9098c

Browse files
Downgrade ESLint to v8 (#10888)
## Summary Some of our plugins aren't compatible with v9. Originally shipped in #10827. ## Test Plan - `npm install` - `npm ci`
1 parent 0cc154c commit 9b9098c

2 files changed

Lines changed: 80 additions & 64 deletions

File tree

playground/package-lock.json

Lines changed: 78 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@typescript-eslint/parser": "^7.0.0",
3131
"@vitejs/plugin-react-swc": "^3.0.0",
3232
"autoprefixer": "^10.4.13",
33-
"eslint": "^9.0.0",
33+
"eslint": "^8.30.0",
3434
"eslint-config-prettier": "^9.0.0",
35-
"eslint-plugin-import": "^2.26.0",
35+
"eslint-plugin-import": "^2.29.1",
3636
"eslint-plugin-prettier": "^5.0.0",
3737
"eslint-plugin-react": "^7.31.11",
3838
"eslint-plugin-react-hooks": "^4.6.0",

0 commit comments

Comments
 (0)