1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-27 03:46:35 +08:00
2021-11-12 17:49:53 +08:00

230 B

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