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" - } -}