mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 11:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			659 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			659 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@vant/eslint-config",
 | |
|   "version": "2.2.3",
 | |
|   "description": "eslint config of vant",
 | |
|   "main": "index.js",
 | |
|   "publishConfig": {
 | |
|     "access": "public"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "repository": "https://github.com/youzan/vant/tree/dev/packages/vant-eslint-config",
 | |
|   "peerDependencies": {
 | |
|     "eslint": "^6.0.0"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@typescript-eslint/eslint-plugin": "^2.28.0",
 | |
|     "@typescript-eslint/parser": "^2.28.0",
 | |
|     "eslint-config-airbnb-base": "^14.1.0",
 | |
|     "eslint-config-prettier": "^6.10.1",
 | |
|     "eslint-plugin-import": "^2.20.2",
 | |
|     "eslint-plugin-vue": "^6.2.2"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "eslint": "^6.8.0"
 | |
|   }
 | |
| }
 |