aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
blob: b7e06e916bf16b3d7889db16b3bc2683b83c5fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
	"vcs": {
		"enabled": true,
		"clientKind": "git",
		"useIgnoreFile": true
	},
	"files": {
		"includes": ["**", "!src/api/generated.d.ts"],
		"ignoreUnknown": true
	},
	"css": {
		"parser": {
			"tailwindDirectives": true
		}
	}
}