chore: Ignore generated and vendored files in Biome formatter (#32346)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
n8n-cat-bot[bot]
2026-06-15 21:56:18 +00:00
committed by GitHub
parent b3a34fcd81
commit e6ca27426f
+7 -1
View File
@@ -31,7 +31,13 @@
"attributePosition": "auto", "attributePosition": "auto",
"ignore": [ "ignore": [
// Handled by prettier // Handled by prettier
"**/*.vue" "**/*.vue",
// Generated DB schema docs
"docs/generated/**",
// Generated / vendored test-impact data
".github/test-metrics/**",
// Vendored SPDX license data and overrides
"scripts/licenses/**"
] ]
}, },
"organizeImports": { "enabled": false }, "organizeImports": { "enabled": false },