diff --git a/.eslintrc b/.eslintrc index 139a0f029..25db40cac 100755 --- a/.eslintrc +++ b/.eslintrc @@ -15,7 +15,6 @@ "react-hooks" ], "rules": { - "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "warn" + "react-hooks/rules-of-hooks": "error" } }