vant/packages/vant-stylelint-config
dependabot[bot] e981601ec8
build(deps): bump stylelint-config-standard from 20.0.0 to 22.0.0 (#9411)
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 20.0.0 to 22.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/20.0.0...22.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 10:27:05 +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"]
}