diff --git a/.eslintrc.json b/.eslintrc.json index 8c2331ab88..e43bf976fb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ { - "extends": ["react-app", "plugin:@typescript-eslint/recommended"], - "plugins": ["simple-import-sort"], + "extends": ["plugin:@typescript-eslint/recommended"], + "plugins": ["react", "react-hooks", "simple-import-sort"], "rules": { "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/interface-name-prefix": "off", @@ -12,6 +12,8 @@ "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/ban-ts-comment": "warn", "@typescript-eslint/ban-types": "off", - "simple-import-sort/imports": "error" + "@typescript-eslint/no-unused-vars": ["warn", { "args": "none" }], + "simple-import-sort/imports": "error", + "react-hooks/exhaustive-deps": "warn" } } diff --git a/public/index.html b/index.html similarity index 87% rename from public/index.html rename to index.html index bf37250c90..b8330faba5 100644 --- a/public/index.html +++ b/index.html @@ -6,16 +6,16 @@ - + - - - + + +