mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-01 03:42: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`
Eslint Config of Vant
Install
# 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
{
  "extends": ["@vant"]
}