-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.lighthouserc.json
More file actions
29 lines (29 loc) · 920 Bytes
/
.lighthouserc.json
File metadata and controls
29 lines (29 loc) · 920 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
{
"ci": {
"collect": {
"numberOfRuns": 3,
"startServerCommand": "",
"url": [
"https://docs.faf.one",
"https://docs.faf.one/commands",
"https://docs.faf.one/concepts",
"https://docs.faf.one/commands/trust",
"https://docs.faf.one/commands/score"
]
},
"assert": {
"assertions": {
"categories:performance": ["error", {"minScore": 0.85}],
"categories:accessibility": ["error", {"minScore": 0.95}],
"categories:best-practices": ["error", {"minScore": 0.90}],
"categories:seo": ["error", {"minScore": 0.95}],
"first-contentful-paint": ["error", {"maxNumericValue": 2000}],
"largest-contentful-paint": ["error", {"maxNumericValue": 3000}],
"cumulative-layout-shift": ["error", {"maxNumericValue": 0.1}]
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}