-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathlighthouserc.json
More file actions
44 lines (44 loc) · 1.48 KB
/
Copy pathlighthouserc.json
File metadata and controls
44 lines (44 loc) · 1.48 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
{
"ci": {
"collect": {
"staticDistDir": "./.lhci-site",
"url": [
"http://localhost/claude-code-marketplace/en/",
"http://localhost/claude-code-marketplace/de/",
"http://localhost/claude-code-marketplace/en/skills/typo3-conformance/",
"http://localhost/claude-code-marketplace/en/skills/php-modernization/",
"http://localhost/claude-code-marketplace/en/skills/security-audit/",
"http://localhost/claude-code-marketplace/de/skills/typo3-conformance/"
],
"numberOfRuns": 1,
"settings": {
"preset": "desktop",
"throttlingMethod": "simulate",
"throttling": {
"rttMs": 40,
"throughputKbps": 10240,
"cpuSlowdownMultiplier": 1
}
}
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"categories:performance": ["error", { "minScore": 0.95 }],
"categories:accessibility": ["error", { "minScore": 1.0 }],
"categories:best-practices": ["error", { "minScore": 0.95 }],
"categories:seo": ["error", { "minScore": 0.9 }],
"uses-text-compression": "off",
"uses-long-cache-ttl": "off",
"is-on-https": "off",
"uses-http2": "off",
"csp-xss": "off",
"render-blocking-insight": "off",
"network-dependency-tree-insight": "off",
"errors-in-console": "warn",
"link-text": "warn"
}
},
"upload": { "target": "temporary-public-storage" }
}
}