-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathlighthouserc.json
More file actions
52 lines (52 loc) · 1.54 KB
/
lighthouserc.json
File metadata and controls
52 lines (52 loc) · 1.54 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"ci": {
"collect": {
"numberOfRuns": 3,
"settings": {
"preset": "desktop",
"onlyCategories": ["accessibility", "performance", "best-practices"],
"skipAudits": ["uses-http2"]
}
},
"assert": {
"assertions": {
"categories:accessibility": ["error", {"minScore": 0.9}],
"categories:performance": ["warn", {"minScore": 0.7}],
"categories:best-practices": ["warn", {"minScore": 0.8}],
"color-contrast": "error",
"document-title": "error",
"html-has-lang": "error",
"html-lang-valid": "error",
"meta-viewport": "error",
"valid-lang": "error",
"aria-allowed-attr": "error",
"aria-required-attr": "error",
"aria-required-children": "error",
"aria-required-parent": "error",
"aria-roles": "error",
"aria-valid-attr": "error",
"aria-valid-attr-value": "error",
"button-name": "error",
"bypass": "error",
"duplicate-id-active": "error",
"duplicate-id-aria": "error",
"form-field-multiple-labels": "warn",
"frame-title": "error",
"image-alt": "error",
"input-image-alt": "error",
"label": "error",
"link-name": "error",
"list": "warn",
"listitem": "warn",
"object-alt": "error",
"tabindex": "warn",
"td-headers-attr": "warn",
"th-has-data-cells": "warn",
"valid-lang": "error"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}