We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fca5b commit 04b9949Copy full SHA for 04b9949
.eslintrc.js
@@ -20,6 +20,6 @@ module.exports = {
20
},
21
rules: {
22
'react-hooks/rules-of-hooks': 'error',
23
- 'react-hooks/exhaustive-deps': 'warn',
+ 'react-hooks/exhaustive-deps': 'error',
24
25
}
0 commit comments