Jobber/biome.json
2026-01-25 12:53:09 +00:00

13 lines
246 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"files": {
"includes": [
"**",
"!!**/dist"
]
}
}