Files
sprint/packages/backend/biome.json
Oliver Bryan 1b35bc0b5d ignore .vscode
2025-12-14 19:53:31 +00:00

16 lines
325 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 110
},
"css": {
"parser": {
"tailwindDirectives": true
}
}
}