aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
blob: b7bb49263f19b1802e7c121567bc3c94f307e6bc (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/graphql/generated/*.ts"],
		"ignoreUnknown": true
	},
	"css": {
		"parser": {
			"tailwindDirectives": true
		}
	}
}