1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-25 19:06:36 +08:00
2021-11-12 17:49:53 +08:00
..
2021-03-16 09:46:50 +08:00
2021-11-10 10:34:42 +08:00
2021-11-10 10:34:42 +08:00
2021-11-12 17:49:53 +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"]
}