-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lighthouserc.json
More file actions
29 lines (26 loc) · 935 Bytes
/
.lighthouserc.json
File metadata and controls
29 lines (26 loc) · 935 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": {
"staticDistDir": "./public",
"settings": {
"skipAudits": ["robots-txt"]
}
},
"assert": {
"assertions": {
"categories:performance": ["warn", { "minScore": 0.9 }],
"categories:accessibility": ["error", { "minScore": 0.95 }],
"categories:best-practices": ["error", { "minScore": 0.9 }],
"categories:seo": ["error", { "minScore": 0.95 }],
"network-dependency-tree-insight": "off",
"render-blocking-resources": ["warn", { "maxLength": 1 }],
"render-blocking-insight": ["warn", { "maxLength": 1 }],
"label-content-name-mismatch": ["error", { "minScore": 0.9 }],
"html-has-lang": ["error", { "minScore": 1 }],
"meta-description": ["error", { "minScore": 1 }],
"viewport": ["error", { "minScore": 1 }],
"errors-in-console": ["error", { "minScore": 0.9 }]
}
}
}
}