Files
sprint/biome.json
2025-12-13 21:36:32 +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
}
}
}