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,