knowlegegraph-platform/.stylelintrc.json

13 lines
353 B
JSON

{
"extends": ["stylelint-config-standard", "stylelint-config-recommended"],
"rules": {
"block-no-empty": null,
"color-no-invalid-hex": true,
"declaration-colon-space-after": "always",
"indentation": ["tab", {
"except": ["value"]
}],
"max-empty-lines": 2,
"unit-whitelist": ["em", "rem", "%", "s", "px", "deg"]
}
}