UNPKG

435 BPlain TextView Raw
1{
2 "rules": {
3 "block-no-empty": null,
4 "color-no-invalid-hex": true,
5 "comment-empty-line-before": [ "always", {
6 "ignore": ["stylelint-commands", "after-comment"]
7 } ],
8 "declaration-colon-space-after": "always",
9 "max-empty-lines": 2,
10 "rule-empty-line-before": [ "always", {
11 "except": ["first-nested"],
12 "ignore": ["after-comment"]
13 } ],
14 "unit-whitelist": ["em", "rem", "%", "s"]
15 }
16}