15 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "plugins": [
 | |
|     "stylelint-scss"
 | |
|   ],
 | |
|   "extends": [
 | |
|     "stylelint-config-standard-scss",
 | |
|     "stylelint-config-prettier-scss"
 | |
|   ], "rules": {
 | |
|     "property-no-vendor-prefix": null,
 | |
|     "comment-empty-line-before": "never",
 | |
|     "comment-no-empty": null,
 | |
|     "color-no-invalid-hex": true
 | |
|   }
 | |
| }
 |