aboutsummaryrefslogtreecommitdiff
path: root/apps/web/biome.json
blob: 78be5eb35e99870cabc9f6fadd06b20092e2b5cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"root": false,
	"extends": "//",
	"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
	"linter": {
		"rules": {
			"nursery": {
				"recommended": true
			}
		}
	},
	"assist": {
		"actions": {
			"source": {
				"useSortedAttributes": "off"
			}
		}
	}
}