add installed but missing eslint-plugin-react-hooks to .eslintrc
This commit is contained in:
parent
7a07996e3a
commit
2ebdcb81f5
@ -20,6 +20,7 @@ module.exports = {
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:react/recommended',
|
||||
'plugin:react-hooks/recommended',
|
||||
'plugin:jsx-a11y/recommended',
|
||||
'plugin:prettier/recommended',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user