Merge pull request #1037 from hypothesis/lint-react-hooks
Add ESLint plugin to check React hooks usage
Showing
... | ... | @@ -54,6 +54,7 @@ |
"eslint-config-hypothesis": "^1.0.0", | ||
"eslint-plugin-mocha": "^5.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"eslint-plugin-react-hooks": "^1.6.0", | ||
"exorcist": "^1.0.1", | ||
"express": "^4.14.1", | ||
"extend": "^3.0.2", | ||
... | ... |
Please register or sign in to comment