chore: add @vant/stylelint-config package (#4943)
This commit is contained in:
+1
-12
@@ -1,14 +1,3 @@
|
||||
{
|
||||
"extends": [
|
||||
"stylelint-config-standard",
|
||||
"stylelint-config-rational-order"
|
||||
],
|
||||
"rules": {
|
||||
"order/properties-order": [],
|
||||
"at-rule-no-unknown": null,
|
||||
"number-leading-zero": null,
|
||||
"no-descending-specificity": null,
|
||||
"declaration-colon-newline-after": null,
|
||||
"font-family-no-missing-generic-family-keyword": null
|
||||
}
|
||||
"extends": ["@vant/stylelint-config"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user