15 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
{
 | 
						|
  "extends": [
 | 
						|
    "stylelint-config-recommended",
 | 
						|
    "stylelint-config-standard",
 | 
						|
    "stylelint-prettier/recommended"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "property-no-vendor-prefix": null,
 | 
						|
    "selector-no-vendor-prefix": null,
 | 
						|
    "value-no-vendor-prefix": null,
 | 
						|
    "alpha-value-notation": null,
 | 
						|
    "color-function-notation": null
 | 
						|
  }
 | 
						|
}
 |