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",
"organizeImports": {
"enabled": true,
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
"enabled": true
},
"linter": {
"enabled": true,
@ -68,13 +67,14 @@
"noDuplicateElseIf": "error",
"noCommonJs": "error"
}
},
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4,
"indentWidth": 4
},
"files": {
"ignore": ["node_modules/**/*", "dist/**/*", ".output", ".nuxt"]
}
}