Skip to content

Commit

Permalink
Deps: Downgrade ESLint to v8
Browse files Browse the repository at this point in the history
Current stable version of Typescript-eslint doesn't support ESLint v9
yet, see
typescript-eslint/typescript-eslint#8211
  • Loading branch information
TheOmer77 committed May 15, 2024
1 parent 9c3c64b commit 9417d6e
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 117 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.21.2",
"eslint": "^9.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand Down

0 comments on commit 9417d6e

Please sign in to comment.