diff --git a/eslintrc.json b/eslintrc.json index ab1f471..703365e 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -30,6 +30,6 @@ "react/prop-types": "error", "react/react-in-jsx-scope": "error", "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "error" + "react-hooks/exhaustive-deps": "warning" } }