mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 23:20:41 +00:00
![renovate[bot]](/assets/img/avatar_default.png)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chenjiahan <chenjiahan.jait@bytedance.com>
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
# with Bun
bun add @vant/eslint-config -D
Usage
{
"extends": ["@vant"]
}