Skip to content

Commit

Permalink
Deps: Downgrade ESLint to v8
Browse files Browse the repository at this point in the history
Typescript-eslint doesn't support ESLint v9 yet, see
typescript-eslint/typescript-eslint#8211
  • Loading branch information
TheOmer77 committed May 8, 2024
1 parent 0f5ab95 commit b24e39c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 114 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.21.1",
"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 b24e39c

Please sign in to comment.