aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
blob: 2bafdc78ef9a118facb7608d43bc8e8c3bed5dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
	"files": {
		"ignore": ["./.cache", "./build", "./app/.server/api/schema.d.ts"]
	},
	"vcs": {
		"enabled": true,
		"clientKind": "git",
		"useIgnoreFile": true
	},
	"linter": {
		"enabled": false
	},
	"formatter": {
		"enabled": true
	}
}