Make react-hooks/exhaustive-deps eslint rule an error, not warning
This commit is contained in:
parent
1bbb83c280
commit
4d8f9235af
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ const tsSpecBase = {
|
|||
],
|
||||
rules: {
|
||||
"jest/lowercase-name": ["error", { "ignore": ["describe"] }],
|
||||
"react-hooks/exhaustive-deps": 'error',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue