wewechat++ init
仓库提交至星火社区作品集 Signed-off-by: Riceneeder <86492950+Riceneeder@users.noreply.github.com>
This commit is contained in:
23
.stylelintrc
Normal file
23
.stylelintrc
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"block-no-empty": null,
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"no-descending-specificity": null,
|
||||
"color-no-invalid-hex": true,
|
||||
"declaration-colon-space-after": "always",
|
||||
"indentation": [4, {
|
||||
"except": ["value"]
|
||||
}],
|
||||
"max-empty-lines": 2,
|
||||
"rule-empty-line-before": [ "always", {
|
||||
"except": ["first-nested"],
|
||||
"ignore": ["after-comment"]
|
||||
} ],
|
||||
"selector-pseudo-class-no-unknown": [ true, {
|
||||
ignorePseudoClasses: ["global"],
|
||||
} ],
|
||||
"number-leading-zero": "never",
|
||||
"unit-whitelist": ["em", "rem", "%", "s", "vh", "vw", "px", "deg"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user