mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 04:42:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "extends": "stylelint-config-standard",
 | 
						|
  "rules": {
 | 
						|
    "at-rule-no-unknown": null,
 | 
						|
    "number-leading-zero": null,
 | 
						|
    "no-descending-specificity": null,
 | 
						|
    "declaration-colon-newline-after": null,
 | 
						|
    "font-family-no-missing-generic-family-keyword": null
 | 
						|
  }
 | 
						|
}
 |