Skip to content

Commit

Permalink
Downgrade ESLint to v8 (astral-sh#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 astral-sh#10827.

## Test Plan

- `npm install`
- `npm ci`
  • Loading branch information
charliermarsh authored and Glyphack committed Apr 12, 2024
1 parent cae488b commit 1c35879
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
Original file line number Diff line number Diff line change
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 1c35879

Please sign in to comment.