Skip to content

Commit 04b9949

Browse files
author
Paavan Bhavsar
committed
Set exhaustive-deps rule to error
1 parent d9fca5b commit 04b9949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ module.exports = {
2020
},
2121
rules: {
2222
'react-hooks/rules-of-hooks': 'error',
23-
'react-hooks/exhaustive-deps': 'warn',
23+
'react-hooks/exhaustive-deps': 'error',
2424
},
2525
}

0 commit comments

Comments
 (0)