summaryrefslogtreecommitdiff
path: root/biome.json
blob: 80940cb863727282d6e0c5664936a9ac9b418b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
	"formatter": {
		"ignore": [
			".direnv/**",
			".git/**",
			"dist/**",
			"flake.lock",
			"pnpm-lock.yaml"
		]
	}
}