9 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|     "extends": "stylelint-config-standard",
 | |
|     "rules": {
 | |
|         "indentation": 4,
 | |
|         "no-descending-specificity": null,
 | |
|         "selector-list-comma-newline-after": null,
 | |
|         "declaration-empty-line-before": null
 | |
|     }
 | |
| }
 |