add installed but missing eslint-plugin-react-hooks to .eslintrc

This commit is contained in:
Łukasz Woźniak 2021-04-20 17:04:11 +02:00
parent 7a07996e3a
commit 2ebdcb81f5

View File

@ -20,6 +20,7 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react-hooks/recommended',
'plugin:jsx-a11y/recommended',
'plugin:prettier/recommended',
],