-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouserc.json
More file actions
51 lines (51 loc) · 1.72 KB
/
Copy pathlighthouserc.json
File metadata and controls
51 lines (51 loc) · 1.72 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
{
"ci": {
"collect": {
"startServerCommand": "npm run start",
"startServerReadyPattern": "localhost",
"url": [
"http://localhost:3000/",
"http://localhost:3000/about",
"http://localhost:3000/posts",
"http://localhost:3000/posts/i-think-im-becoming-a-cracked-engineer",
"http://localhost:3000/organizations/slack",
"http://localhost:3000/contact"
],
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"categories:performance": ["error", { "minScore": 0.75 }],
"categories:accessibility": ["error", { "minScore": 0.9 }],
"categories:best-practices": ["error", { "minScore": 0.9 }],
"categories:seo": ["error", { "minScore": 0.95 }],
"color-contrast": "off",
"errors-in-console": "off",
"heading-order": "off",
"image-redundant-alt": "off",
"unsized-images": "off",
"redirects": "off",
"image-delivery-insight": "off",
"legacy-javascript-insight": "off",
"network-dependency-tree-insight": "off",
"lcp-discovery-insight": "off",
"forced-reflow-insight": "off",
"document-latency-insight": "off",
"offscreen-images": "off",
"unused-javascript": "off",
"uses-optimized-images": "off",
"uses-responsive-images": "off",
"render-blocking-resources": "off",
"render-blocking-insight": "off",
"largest-contentful-paint": "off",
"interactive": "off",
"max-potential-fid": "off",
"dom-size": "off",
"modern-image-formats": "off",
"uses-long-cache-ttl": "off",
"total-blocking-time": "off"
}
}
}
}