From 8e31cd9950e822ad62b68c6fee7d149d277cf843 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 23 Jul 2024 14:32:56 +0100 Subject: [PATCH] Added locations formatted to ignore --- project/biome.jsonc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/project/biome.jsonc b/project/biome.jsonc index de7958be..1507924e 100644 --- a/project/biome.jsonc +++ b/project/biome.jsonc @@ -33,7 +33,17 @@ "formatter": { "enabled": true, "formatWithErrors": false, - "ignore": [], + "ignore": [ + "**/.git", + "**/.pkg-cache", + "**/.vscode", + "**/build", + "**/node_modules", + "**/types", + "**/tests/__cache__", + "**/tests/__coverage__", + "**/.editorconfig" + ], "attributePosition": "auto", "indentStyle": "space", "indentWidth": 4,