Update .eslintrc.js

main
Michael Fix 6 years ago committed by GitHub
parent 2fa6b27ca5
commit 571940a60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ module.exports = {
'no-duplicate-imports': 'error',
'jsx-a11y/click-events-have-key-events': 'off',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/reactive-deps': 'error'
'react-hooks/exhaustive-deps': 'error'
},
settings: {
react: {

Loading…
Cancel
Save