diff --git a/frontend2/.eslintrc.js b/frontend2/.eslintrc.js index d919a4a37..04a28c0ce 100644 --- a/frontend2/.eslintrc.js +++ b/frontend2/.eslintrc.js @@ -18,7 +18,7 @@ module.exports = { "*.json", ".eslintrc.js", "tailwind.config.js", - "**/types/**", + "src/utils/types", ], parserOptions: { project: "tsconfig.json", @@ -28,7 +28,6 @@ module.exports = { }, plugins: ["react"], rules: { - indent: ["error", 2], semi: ["error", "always"], // require semicolons ending statements }, settings: { diff --git a/frontend2/.prettierignore b/frontend2/.prettierignore index 3fc0f4ade..f94045d21 100644 --- a/frontend2/.prettierignore +++ b/frontend2/.prettierignore @@ -7,6 +7,9 @@ # production /build +# auto-generated type +src/utils/types + /coverage package-lock.json