summaryrefslogtreecommitdiffhomepage
path: root/biome.json
blob: 63b7a19f6fbe9ea3de7b1166b146fd48b162dfa7 (plain)
1
2
3
4
5
6
7
8
{
	"$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" } },
	"files": { "includes": ["**", "!**/node_modules", "!**/dist", "!**/build"] }
}