mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00

* refactor(cli): rewrite release command * fix: duplicated build * fix: no git check * feat: rollback version * chore: release config * chore: add release config
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"]
}