vant/packages/vant-stylelint-config
dependabot[bot] ffc32c3746
chore(deps): bump dot-prop in /packages/vant-stylelint-config (#7596)
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-20 21:22:38 +08:00
..

Stylelint Config of Vant

Install

NPM

npm i @vant/stylelint-config -D

YARN

yarn add @vant/stylelint-config --dev

Usage

{
  "extends": ["@vant/stylelint-config"]
}