diff --git a/.eslintrc.json b/.eslintrc.json index 54f759125..5f844f151 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",