1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-24 02:16:12 +08:00
neverland 65fdb2155b
chore: bump all deps ()
* chore: bump all deps

* chore: fix type

* chore: fix withInstall type
2022-09-04 14:24:59 +08:00
..
2022-06-26 22:22:21 +08:00
2022-09-04 14:24:59 +08:00

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"]
}