Make react-hooks/exhaustive-deps an error everywhere

This commit is contained in:
Eric Schultz 2020-11-12 17:30:22 -06:00 committed by Eric Schultz
parent 573ddcce23
commit 65b152d7b0

View file

@ -174,6 +174,7 @@ module.exports = {
}, },
}, },
], ],
"react-hooks/exhaustive-deps": 'error',
}, },
"settings": { "settings": {
"react": { "react": {