summaryrefslogtreecommitdiff
path: root/biome.json
blob: 7a53a9f930dff38d53c690fb8a1aac1e775c9262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
	"formatter": {
		"ignore": [
			".git/",
			"dist/",
			".astro/",
			"node_modules",
			".direnv/",
			"result*",
			"repl-result*",
			"flake.lock",
			"pnpm-lock.yaml"
		],
		"indentStyle": "tab"
	}
}