@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
45 lines (44 loc) • 1.06 kB
JSON
{
"plugins": ["stylelint-rem-over-px"],
"ignoreFiles": ["node_modules/**"],
"rules": {
"at-rule-empty-line-before": [
"always",
{
"except": ["blockless-after-same-name-blockless"],
"ignore": ["after-comment", "first-nested"],
"severity": "warning"
}
],
"custom-property-empty-line-before": [
"always",
{
"except": ["after-custom-property"],
"ignore": ["after-comment", "first-nested", "inside-single-line-block"],
"severity": "warning"
}
],
"declaration-empty-line-before": [
"always",
{
"except": ["after-declaration"],
"ignore": ["after-comment", "first-nested", "inside-single-line-block"],
"severity": "warning"
}
],
"rule-empty-line-before": [
"always",
{
"ignore": ["after-comment", "first-nested"],
"severity": "warning"
}
],
"rem-over-px/rem-over-px": [
true,
{
"severity": "warning",
"disableFix": true
}
]
}
}