chore: add vant-eslint-config package
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user