From 70a96dbd22023aabbf353049820c01ae258c16bc Mon Sep 17 00:00:00 2001 From: Dominik Stumpf Date: Wed, 10 Jul 2024 12:47:10 +0200 Subject: [PATCH] ci(fix): change ignore rules --- biome.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/biome.json b/biome.json index 97d514817c..2acc650954 100644 --- a/biome.json +++ b/biome.json @@ -8,13 +8,7 @@ "lineEnding": "lf", "lineWidth": 85, "attributePosition": "auto", - "ignore": [ - "**/node_modules", - "**/.next", - "**/yarn.lock", - "**/package-lock.json", - "**/public" - ] + "ignore": ["node_modules", ".next", "yarn.lock", "package-lock.json", "public"] }, "organizeImports": { "enabled": false }, "linter": {