summaryrefslogtreecommitdiffhomepage
path: root/biome.json
blob: 3f6be88cce0fa48bc01b337607846c7c9f63bf22 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
	"assist": { "actions": { "source": { "organizeImports": "on" } } },
	"linter": { "enabled": true, "rules": { "recommended": true } },
	"formatter": { "enabled": true, "indentStyle": "tab", "lineWidth": 100 },
	"javascript": { "formatter": { "quoteStyle": "double", "semicolons": "always" } },
	"css": { "parser": { "tailwindDirectives": true } },
	"files": {
		"includes": ["**", "!**/node_modules", "!**/dist", "!**/build", "!**/*.svelte"]
	}
}