From cc20e5173bfe474806074a509e37a8c0f8fcca31 Mon Sep 17 00:00:00 2001 From: Lowell Torola Date: Mon, 14 Aug 2023 18:06:09 -0400 Subject: [PATCH] undo mistakes and update formatting ignores --- frontend2/.eslintrc.js | 3 +-- frontend2/.prettierignore | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) 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