diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 6e8698b..78fa0fa 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -6,13 +6,6 @@ module.exports = { "plugin:@typescript-eslint/recommended", "plugin:react-hooks/recommended", ], - ignorePatterns: ["dist", ".eslintrc.cjs"], + ignorePatterns: ["dist", ".eslintrc.cjs", "src/routeTree.gen.ts"], parser: "@typescript-eslint/parser", - plugins: ["react-refresh"], - rules: { - "react-refresh/only-export-components": [ - "warn", - { allowConstantExport: true }, - ], - }, }; diff --git a/index.html b/index.html index 4dd10c4..6dffc64 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,6 @@
- +