wordpressify
Version:
Automate your WordPress development workflow.
29 lines (28 loc) • 615 B
Plain Text
{
"rules": {
"block-no-empty": true,
"color-no-invalid-hex": true,
"comment-empty-line-before": [
"always",
{
"ignore": ["stylelint-commands", "after-comment"]
}
],
"declaration-colon-space-after": "always",
"indentation": [
"tab",
{
"except": ["value"]
}
],
"max-empty-lines": 2,
"rule-empty-line-before": [
"always",
{
"except": ["first-nested"],
"ignore": ["after-comment"]
}
],
"unit-allowed-list": ["px", "em", "rem", "vw", "vh", "deg", "ms", "%", "s", "dpi", "pt", "fr"]
}
}