mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
chore: 🔥 Clean up Biome config
This commit is contained in:
parent
630f3d5b8e
commit
5503ff27e7
10
biome.json
10
biome.json
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue