mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
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>
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"name": "@vant/stylelint-config",
|
|
"version": "1.4.2",
|
|
"description": "stylelint config of vant.",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-stylelint-config",
|
|
"dependencies": {
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"stylelint-config-standard": "^22.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"stylelint": "^13.0.0"
|
|
}
|
|
}
|