diff --git a/.eslintrc.json b/.eslintrc.json index 4147e3e..83da3e5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,15 +1,12 @@ { "extends": [ "eslint:recommended", - "plugin:react/recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended" ], - "plugins": ["@typescript-eslint", "react-hooks"], + "plugins": ["@typescript-eslint"], "parser": "@typescript-eslint/parser", "rules": { - "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "warn", "import/prefer-default-export": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-non-null-assertion": "off", diff --git a/index.html b/index.html index 06596f9..dfd3e0e 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,6 @@
- +