mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 11:29:20 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			449 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			449 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "extends": "stylelint-config-standard",
 | |
|     "customSyntax": "postcss-html",
 | |
|     "rules": {
 | |
|         "indentation": 4,
 | |
|         "no-descending-specificity": null,
 | |
|         "selector-list-comma-newline-after": null,
 | |
|         "declaration-empty-line-before": null,
 | |
|         "alpha-value-notation": "number",
 | |
|         "color-function-notation": "legacy",
 | |
|         "shorthand-property-no-redundant-values": null,
 | |
|         "color-hex-length": null,
 | |
|     }
 | |
| }
 |