mirror of
https://github.com/youzan/vant.git
synced 2026-05-02 01:01:43 +08:00
[build] add stylelint-config-rational-order plugin
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user