Skip to content

Commit

Permalink
chore: exhaustive-deps eslint rules from 'off' to 'warn' (#8272)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahimrahman authored Oct 21, 2024
1 parent 7484583 commit 9338a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"no-shadow": "off",
"react/display-name": [2, { "ignoreTranspilerName": false }],
"react/jsx-filename-extension": 0,
"react-hooks/exhaustive-deps": 0,
"react-hooks/exhaustive-deps": "warn",
"camelcase": [
0,
{
Expand Down

0 comments on commit 9338a1c

Please sign in to comment.