From 82e676a2b5cab70ec9a181516ff1263d87388949 Mon Sep 17 00:00:00 2001 From: Ken Erwin Date: Sun, 1 Sep 2024 20:27:32 -0400 Subject: [PATCH] :bug: SO much updating --- biome.json | 5 +++++ frontend/.eslintrc.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index b1dc2e5..358b725 100644 --- a/biome.json +++ b/biome.json @@ -3,5 +3,10 @@ "parser": { "unsafeParameterDecoratorsEnabled": true } + }, + "linter": { + "rules": { + "style": {} + } } } diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index bffb357..7782138 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -1,3 +1,4 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "ignorePatterns": ["node_modules/", "dist", "**/*spec.ts"] }