mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38: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",
|
"$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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue