mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-30 03:02:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			230 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			230 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # ESLint Config of Vant
 | |
| 
 | |
| ## Install
 | |
| 
 | |
| ```shell
 | |
| # with npm
 | |
| npm i @vant/eslint-config -D
 | |
| 
 | |
| # with yarn
 | |
| yarn add @vant/eslint-config -D
 | |
| 
 | |
| # with pnpm
 | |
| pnpm add @vant/eslint-config -D
 | |
| ```
 | |
| 
 | |
| ## Usage
 | |
| 
 | |
| ```json
 | |
| {
 | |
|   "extends": ["@vant"]
 | |
| }
 | |
| ```
 |