From 604a85b74c1ed39e579729b925fc16ac7016833d Mon Sep 17 00:00:00 2001 From: Rairn <958414905@qq.com> Date: Fri, 21 Apr 2023 10:07:14 +0800 Subject: [PATCH] chore: avoid warning --- .eslintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" } }