{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"formatter": {
"useEditorconfig": true
},
"overrides": [
{
"include": ["*.svelte", "*.astro", "*.vue"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
}
}
}
}
],
"organizeImports": {
"enabled": true
},
"javascript": {
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
},
"linter": {
"rules": {
"style": {
"useImportType": "off"
}
}
}
}