1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 16:28:28 -04:00
jarv.is/.lighthouserc.json
Jake Jarvis ec2ed28bb9
test private lighthouse CI server
public temporary server was kinda flaky
2020-07-07 10:46:59 -04:00

30 lines
764 B
JSON

{
"ci": {
"collect": {
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"color-contrast": "warn",
"link-text": "warn",
"total-byte-weight": ["warn", {"minScore": 0.9}],
"unminified-javascript": "warn",
"unused-css-rules": "warn",
"unused-javascript": "warn",
"uses-optimized-images": "warn",
"uses-rel-preconnect": "warn",
"is-crawlable": "off",
"offscreen-images": "off",
"uses-long-cache-ttl": "off",
"uses-responsive-images": "off",
"uses-webp-images": "off"
}
},
"upload": {
"target": "lhci",
"serverBaseUrl": "https://powerful-falls-79142.herokuapp.com"
}
}
}