Skip to content

Commit e222d71

Browse files
committed
Fix severity of react-hooks/exhaustive-deps
1 parent c82dcf0 commit e222d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"react/prop-types": "error",
3131
"react/react-in-jsx-scope": "error",
3232
"react-hooks/rules-of-hooks": "error",
33-
"react-hooks/exhaustive-deps": "warning"
33+
"react-hooks/exhaustive-deps": "warn"
3434
}
3535
}

0 commit comments

Comments
 (0)