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": {