From fd18a9759d89bfc10f2472c228fbc267804e5c0c Mon Sep 17 00:00:00 2001 From: FranciscoKloganB Date: Sun, 12 May 2024 12:50:11 +0100 Subject: [PATCH] chore: update biome commands --- biome.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/biome.json b/biome.json index a1b9fe7..729e9d7 100644 --- a/biome.json +++ b/biome.json @@ -10,6 +10,7 @@ "enabled": true }, "files": { + "ignoreUnknown": true, "include": [ "src", "test", @@ -49,19 +50,7 @@ "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100, - "attributePosition": "auto", - "ignore": [ - "**/.env.local", - "**/.env.template", - "**/.gitignore", - "**/.vscode/", - "**/build/", - "**/bun.lockb", - "**/package-lock.json", - "**/dist/", - "**/node_modules/", - "**/README.md" - ] + "attributePosition": "auto" }, "linter": { "enabled": true,