[Improvement] stylelint (#1280)

This commit is contained in:
neverland
2018-06-13 20:36:36 +08:00
committed by GitHub
parent 90bbfd2b12
commit 00351a564f
33 changed files with 905 additions and 174 deletions

10
.stylelintrc Normal file
View 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
}
}