mirror of
				https://github.com/jakejarvis/jarv.is.git
				synced 2025-10-31 03:56:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1014 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1014 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "ci": {
 | |
|     "collect": {
 | |
|       "numberOfRuns": 3,
 | |
|       "settings": {
 | |
|         "preset": "desktop",
 | |
|         "chromeFlags": "--no-sandbox"
 | |
|       }
 | |
|     },
 | |
|     "assert": {
 | |
|       "preset": "lighthouse:no-pwa",
 | |
|       "assertions": {
 | |
|         "color-contrast": "warn",
 | |
|         "csp-xss": "warn",
 | |
|         "link-text": "warn",
 | |
|         "long-tasks": "warn",
 | |
|         "total-byte-weight": ["warn", { "minScore": 0.9 }],
 | |
|         "unminified-css": "warn",
 | |
|         "unminified-javascript": "warn",
 | |
|         "unsized-images": "warn",
 | |
|         "unused-css-rules": "warn",
 | |
|         "unused-javascript": "warn",
 | |
|         "uses-optimized-images": "warn",
 | |
|         "uses-rel-preconnect": "warn",
 | |
|         "valid-source-maps": "warn",
 | |
|         "modern-image-formats": "off",
 | |
|         "offscreen-images": "off",
 | |
|         "uses-long-cache-ttl": "off",
 | |
|         "uses-responsive-images": "off"
 | |
|       },
 | |
|       "includePassedAssertions": true
 | |
|     },
 | |
|     "upload": {
 | |
|       "target": "lhci",
 | |
|       "serverBaseUrl": "https://lhci.jrvs.io"
 | |
|     }
 | |
|   }
 | |
| }
 |