mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
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:
+7
-1
@@ -31,7 +31,13 @@
|
||||
"attributePosition": "auto",
|
||||
"ignore": [
|
||||
// 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 },
|
||||
|
||||
Reference in New Issue
Block a user