Added 'eslint-plugin-react-hooks' to identify the linter errors related to react hooks.

This commit is contained in:
Akshay Joshi
2021-12-01 17:43:20 +05:30
parent 6b613fdf36
commit 0f9b9b9dcf
3 changed files with 11 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
"enzyme": "^3.11.0",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.3.0",
"exports-loader": "^2.0.0",
"html-react-parser": "^1.2.7",
"image-minimizer-webpack-plugin": "^2.2.0",