mirror of
https://github.com/youzan/vant.git
synced 2026-05-16 01:07:43 +08:00
0c0191332a
* feat(@vant/cli): bump husky v8 * chore: fix lint issue
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"]
}