mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"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
|
|
}
|
|
}
|