mirror of
https://github.com/youzan/vant.git
synced 2025-12-19 01:02:29 +08:00
[Improvement] stylelint (#1280)
This commit is contained in:
10
.stylelintrc
Normal file
10
.stylelintrc
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user