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

20 lines
267 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
}
}
}