diff --git a/.eslintrc.json b/.eslintrc.json index b4435ff30b..9ad2bb4cba 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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, {