From 4dc16e14f1ecf6e853281013a5f1d845ab006a74 Mon Sep 17 00:00:00 2001 From: Rustam Goygov Date: Tue, 17 Dec 2024 18:18:29 -0800 Subject: [PATCH] Update --- src/.eslintrc.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/.eslintrc.json diff --git a/src/.eslintrc.json b/src/.eslintrc.json deleted file mode 100644 index 11cf32a42b..0000000000 --- a/src/.eslintrc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "plugins": ["react-hooks"], - "rules": { - "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "warn" - } -}