mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00: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
|
|
}
|
|
}
|