Skip to content

Commit

Permalink
Downgrade ESLint to v8 (#10888)
Browse files Browse the repository at this point in the history
## Summary

Some of our plugins aren't compatible with v9.

Originally shipped in #10827.

## Test Plan

- `npm install`
- `npm ci`
  • Loading branch information
charliermarsh committed Apr 11, 2024
1 parent 0cc154c commit 9b9098c
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 64 deletions.
140 changes: 78 additions & 62 deletions playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions playground/package.json
Expand Up @@ -30,9 +30,9 @@
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^9.0.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down

0 comments on commit 9b9098c

Please sign in to comment.