Files
sprint/packages/frontend/biome.json
2025-12-31 18:08:47 +00:00

20 lines
433 B
JSON

{
"root": false,
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 110
},
"css": {
"parser": {
"tailwindDirectives": true
}
},
"files": {
"includes": ["**", "!src-tauri/target", "!src-tauri/gen"]
}
}