66dec9c54e
vue is only partically supported by biome (see https://biomejs.dev/internals/language-support/) Some components may be incorrectly recognized as type imports
27 lines
378 B
JSON
27 lines
378 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"style": {
|
|
"noUselessElse": "off"
|
|
}
|
|
}
|
|
},
|
|
"overrides": [
|
|
{
|
|
"include": ["*.vue"],
|
|
"linter": {
|
|
"rules": {
|
|
"style": {
|
|
"useImportType": "warn"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|