1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-24 18:36:51 +08:00
2019-08-21 14:41:00 +08:00

197 B

Eslint Config of Vant

Install

NPM

npm i @vant/eslint-config -D

YARN

yarn add @vant/eslint-config --dev

Usage

{
  "extends": ["@vant"]
}