Files
tpf/biome.json
2026-03-11 11:08:01 +01:00

34 lines
476 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"formatter": {
"indentStyle": "tab"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"noLabelWithoutControl": "off"
}
}
},
"overrides": [
{
"includes": ["src/routeTree.gen.ts"],
"linter": {
"enabled": false
},
"formatter": {
"enabled": false
}
}
]
}