first commit
This commit is contained in:
43
MeetSpot/lighthouserc.json
Normal file
43
MeetSpot/lighthouserc.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"ci": {
|
||||
"collect": {
|
||||
"url": [
|
||||
"http://localhost:8000/",
|
||||
"http://localhost:8000/about",
|
||||
"http://localhost:8000/faq"
|
||||
],
|
||||
"numberOfRuns": 3
|
||||
},
|
||||
"assert": {
|
||||
"preset": "lighthouse:recommended",
|
||||
"assertions": {
|
||||
"categories:performance": ["error", {"minScore": 0.8}],
|
||||
"categories:accessibility": ["error", {"minScore": 0.85}],
|
||||
"categories:best-practices": ["error", {"minScore": 0.8}],
|
||||
"categories:seo": ["error", {"minScore": 0.92}],
|
||||
|
||||
"color-contrast": "off",
|
||||
"tap-targets": "off",
|
||||
"link-name": "off",
|
||||
"heading-order": "off",
|
||||
"errors-in-console": "warn",
|
||||
"font-display": "off",
|
||||
"csp-xss": "off",
|
||||
|
||||
"installable-manifest": "off",
|
||||
"maskable-icon": "off",
|
||||
"service-worker": "off",
|
||||
"splash-screen": "off",
|
||||
"themed-omnibox": "off",
|
||||
|
||||
"unminified-css": "warn",
|
||||
"unused-css-rules": "warn",
|
||||
"uses-text-compression": "warn",
|
||||
"render-blocking-resources": "warn"
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
"target": "temporary-public-storage"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user