fix(stylelint-config): incorrect rule

This commit is contained in:
chenjiahan
2020-11-21 22:41:18 +08:00
parent 9acac4c2b1
commit b7d2fd5a34
3 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-rational-order',
'stylelint-config-prettier',
],
rules: {

View File

@@ -1,6 +1,6 @@
{
"name": "@vant/stylelint-config",
"version": "1.4.0",
"version": "1.4.1",
"description": "stylelint config of vant.",
"main": "index.js",
"publishConfig": {