Enforce React Rules of Hooks with eslint (#24911)

This commit is contained in:
Renaud Chaput 2023-05-09 03:09:11 +02:00 committed by GitHub
parent 955179fc55
commit d9b93bd15e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 0 deletions

View file

@ -189,6 +189,7 @@
"eslint-plugin-jsx-a11y": "~6.7.1",
"eslint-plugin-promise": "~6.1.1",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",