mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 12:52:08 +08:00 
			
		
		
		
	* chore(eslint-config): update dependencies, test cases * chore: update file .lock * fix: wrong .lock file * fix: code style * chore: update `eslint-plugin-vue`
		
			
				
	
	
		
			39 lines
		
	
	
		
			1002 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1002 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@vant/eslint-config",
 | 
						|
  "version": "3.4.0",
 | 
						|
  "description": "eslint config of vant",
 | 
						|
  "main": "index.js",
 | 
						|
  "publishConfig": {
 | 
						|
    "access": "public",
 | 
						|
    "registry": "https://registry.npmjs.org/"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "update:deps": "pnpm update --latest --interactive",
 | 
						|
    "test": "jest"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/youzan/vant.git",
 | 
						|
    "directory": "packages/vant-eslint-config"
 | 
						|
  },
 | 
						|
  "bugs": "https://github.com/youzan/vant/issues",
 | 
						|
  "author": "chenjiahan",
 | 
						|
  "license": "MIT",
 | 
						|
  "dependencies": {
 | 
						|
    "@typescript-eslint/eslint-plugin": "^5.10.0",
 | 
						|
    "@typescript-eslint/parser": "^5.10.0",
 | 
						|
    "eslint-config-airbnb-base": "^15.0.0",
 | 
						|
    "eslint-config-prettier": "^8.3.0",
 | 
						|
    "eslint-plugin-import": "^2.25.4",
 | 
						|
    "eslint-plugin-vue": "^8.4.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "enhanced-resolve": "^5.8.3",
 | 
						|
    "eslint": "^8.7.0",
 | 
						|
    "typescript": "~4.5.5"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "eslint": "^7.32.0 || ^8.2.0"
 | 
						|
  }
 | 
						|
}
 |