Make react-hooks/exhaustive-deps eslint rule an error, not warning

This commit is contained in:
Eric Schultz 2020-11-12 17:04:08 -06:00 committed by Eric Schultz
parent 1bbb83c280
commit 4d8f9235af

View file

@ -16,6 +16,7 @@ const tsSpecBase = {
],
rules: {
"jest/lowercase-name": ["error", { "ignore": ["describe"] }],
"react-hooks/exhaustive-deps": 'error',
},
};