aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
blob: d589e289812ef47821b703f266131f049a4b5945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
	"vcs": {
		"enabled": true,
		"clientKind": "git",
		"useIgnoreFile": true
	},
	"files": {
		"includes": ["**", "!src/graphql/generated/*.ts"],
		"ignoreUnknown": true
	}
}