Skip to content

Commit c2d6ecf

Browse files
authored
Add exhaustive deps (#36)
1 parent f20253a commit c2d6ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
"react/prop-types": "off",
4444
// react-hooks
4545
"react-hooks/rules-of-hooks": "error",
46+
"react-hooks/exhaustive-deps": "error",
4647
// eslint
4748
curly: "error",
4849
eqeqeq: "error",

0 commit comments

Comments
 (0)