From 0b911efbd9327ac51408ef6fa21ab459ce468beb Mon Sep 17 00:00:00 2001 From: Salief Date: Tue, 19 Dec 2023 10:46:52 -0500 Subject: [PATCH] config biome to ignore tw config --- apps/site/biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/biome.json b/apps/site/biome.json index 4ca303bd5..9edadfcfb 100644 --- a/apps/site/biome.json +++ b/apps/site/biome.json @@ -17,7 +17,7 @@ "./styles/**", "./utils/**" ], - "ignore": ["./.next/**"] + "ignore": ["./.next/**", "./tailwind.config.ts"] }, "linter": { "enabled": true, @@ -46,6 +46,6 @@ "./styles/**", "./utils/**" ], - "ignore": ["./.next/**"] + "ignore": ["./.next/**", "./tailwind.config.ts"] } }