chore: 🔥 Clean up Biome config

This commit is contained in:
Jesse Wierzbinski 2024-12-03 14:17:36 +01:00
parent 630f3d5b8e
commit 5503ff27e7
No known key found for this signature in database

View file

@ -1,8 +1,7 @@
{ {
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": { "organizeImports": {
"enabled": true, "enabled": true
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
}, },
"linter": { "linter": {
"enabled": true, "enabled": true,
@ -68,13 +67,14 @@
"noDuplicateElseIf": "error", "noDuplicateElseIf": "error",
"noCommonJs": "error" "noCommonJs": "error"
} }
}, }
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
}, },
"formatter": { "formatter": {
"enabled": true, "enabled": true,
"indentStyle": "space", "indentStyle": "space",
"indentWidth": 4, "indentWidth": 4
},
"files": {
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"] "ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
} }
} }