Skip to content

Commit

Permalink
build: downgrade eslint from 8.0.1 to 7.32.0
Browse files Browse the repository at this point in the history
eslint-plugin-react does not yet support eslint 8.x:
jsx-eslint/eslint-plugin-react#3055
  • Loading branch information
RevolutionTech committed Oct 17, 2021
1 parent d58f572 commit 7f64fd6
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 77 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.26.1",
"nodemon": "^2.0.13",
"parcel-bundler": "^1.12.5",
Expand Down

0 comments on commit 7f64fd6

Please sign in to comment.