From 6d56454b02d0e5516409f07428248b25203085dd Mon Sep 17 00:00:00 2001 From: JubaAzul <118773284+JubaAzul@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:47:52 -0500 Subject: [PATCH] remove change in .eslintrc.cjs, workflow did not run --- client/.eslintrc.cjs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/.eslintrc.cjs b/client/.eslintrc.cjs index 75b4298..d6c9537 100644 --- a/client/.eslintrc.cjs +++ b/client/.eslintrc.cjs @@ -15,12 +15,4 @@ module.exports = { { allowConstantExport: true }, ], }, - "overrides": [ - { - "files": ["**/*.test.ts", "**/*.test.tsx"], - "rules": { - "@typescript-eslint/ban-ts-comment": "off" - } - } - ] }