-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlighthouse.json
More file actions
71 lines (71 loc) · 1.59 KB
/
lighthouse.json
File metadata and controls
71 lines (71 loc) · 1.59 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"extends": "lighthouse:default",
"settings": {
"crawler": {
"maxDepth": 2,
"maxChromeInstances": 5
},
"handleLater": [
"content-width"
],
"onlyAudits": [
"accesskeys",
"aria-allowed-attr",
"aria-required-attr",
"aria-required-children",
"aria-required-parent",
"aria-roles",
"aria-valid-attr-value",
"aria-valid-attr",
"audio-caption",
"button-name",
"bypass",
"color-contrast",
"definition-list",
"dlitem",
"document-title",
"duplicate-id",
"frame-title",
"html-has-lang",
"html-lang-valid",
"image-alt",
"input-image-alt",
"label",
"layout-table",
"link-name",
"list",
"listitem",
"meta-refresh",
"meta-viewport",
"object-alt",
"tabindex",
"td-headers-attr",
"th-has-data-cells",
"valid-lang",
"video-caption",
"video-description",
"unused-css-rules",
"uses-optimized-images",
"cache-start-url",
"deprecations",
"appcache-manifest",
"external-anchors-use-rel-noopener",
"geolocation-on-start",
"no-document-write",
"no-mutation-events",
"no-old-flexbox",
"no-websql",
"notification-on-start",
"password-inputs-can-be-pasted-into",
"uses-passive-event-listeners",
"load-fast-enough-for-pwa",
"manifest-short-name-length",
"themed-omnibox",
"time-to-firstbyte",
"time-to-interactive",
"user-timings",
"viewport",
"without-javascript"
]
}
}