mirror of
https://github.com/youzan/vant.git
synced 2026-05-04 01:01:23 +08:00
38162026c8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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"]
}