From b278e504323fead40ea04a25d16d081410606050 Mon Sep 17 00:00:00 2001 From: Jonathan Loss Date: Wed, 7 Dec 2022 15:02:46 +0100 Subject: [PATCH] Update eslintrc.json --- eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }