mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|