chore: add @vant/stylelint-config package (#4943)

This commit is contained in:
neverland
2019-11-06 15:41:20 +08:00
committed by GitHub
parent 0108b44699
commit 6ff5c93cd1
7 changed files with 2498 additions and 16 deletions
+23
View File
@@ -0,0 +1,23 @@
# Stylelint Config of Vant
## Install
#### NPM
```shell
npm i @vant/stylelint-config -D
```
#### YARN
```shell
yarn add @vant/stylelint-config --dev
```
## Usage
```js
{
"extends": ["@vant/stylelint-config"]
}
```