chore: add vant-eslint-config package

This commit is contained in:
陈嘉涵
2019-08-21 14:41:00 +08:00
parent 9fd364ea4a
commit 2e537b1c81
5 changed files with 814 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
# 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"]
}
```