Skip to content

Commit

Permalink
fix(eslint): warn for exhausive deps (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 authored Jul 4, 2023
1 parent aabf86f commit d1d373d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@typescript-eslint/no-shadow": "error",
"react/jsx-props-no-spreading": "off",
"react/require-default-props": "off",
"react-hooks/exhaustive-deps": "warn",
"import/prefer-default-export": "off",
"react/prop-types": "warn",
"no-param-reassign": "warn",
Expand Down

0 comments on commit d1d373d

Please sign in to comment.