Skip to content

Commit bf3f302

Browse files
authored
feat: make react-hooks/exhaustive-deps an error
BREAKING CHANGE: react-hooks/exhaustive-deps is now an error
1 parent 5d9ab7d commit bf3f302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/react.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"react-hooks"
55
],
66
"rules": {
7-
"react-hooks/exhaustive-deps": 1,
7+
"react-hooks/exhaustive-deps": 2,
88
"react-hooks/rules-of-hooks": 2,
99
"react/boolean-prop-naming": 0,
1010
"react/button-has-type": 2,

0 commit comments

Comments
 (0)