1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
2019-08-21 14:41:00 +08:00

24 lines
197 B
Markdown

# Eslint Config of Vant
## Install
#### NPM
```shell
npm i @vant/eslint-config -D
```
#### YARN
```shell
yarn add @vant/eslint-config --dev
```
## Usage
```js
{
"extends": ["@vant"]
}
```