-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlighthouserc.json
More file actions
33 lines (33 loc) · 841 Bytes
/
lighthouserc.json
File metadata and controls
33 lines (33 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"ci": {
"collect": {
"url": [
"http://localhost:4173"
],
"numberOfRuns": 1,
"startServerCommand": "bun run preview -- --port=4173 --strictPort"
},
"assert": {
"assertions": {
"categories:performance": [
"warn",
{
"minScore": 0.9
}
],
"categories:accessibility": [
"warn",
{
"minScore": 0.9
}
],
"categories:best-practices": [
"warn",
{
"minScore": 0.9
}
]
}
}
}
}