first commit
This commit is contained in:
23
vant/packages/vant-stylelint-config/README.md
Normal file
23
vant/packages/vant-stylelint-config/README.md
Normal 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"]
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user