-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlighthouserc.json
47 lines (47 loc) · 1.15 KB
/
lighthouserc.json
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
{
"ci": {
"collect": {
"staticDistDir": "./dist",
"url": [
"/",
"/404.html",
"/about/",
"/contact/",
"/newsletter/",
"/shoppinglist/",
"/tasks/",
"/recipes/",
"/recipes/1/",
"/recipes/2/",
"/products/",
"/products/2/"
]
},
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"errors-in-console": "warn",
"offscreen-images": "warn",
"total-byte-weight": "warn",
"uses-rel-preconnect": "warn",
"uses-optimized-images": "warn",
"color-contrast": "warn",
"unused-css-rules": "warn",
"uses-http2": "warn",
"font-display": "warn",
"uses-passive-event-listeners": "warn",
"dom-size": "warn",
"unused-javascript": "warn",
"image-size-responsive": "warn",
"aria-allowed-attr": "warn",
"canonical": "warn",
"non-composited-animations": "warn",
"uses-text-compression": "warn",
"valid-source-maps": "warn"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}