blob: 11cfa89be7546f90c68b0078c15dcd402dabbe1a [file] [log] [blame]
{
"extends": "stylelint-config-standard",
"rules": {
"comment-empty-line-before": null,
"no-descending-specificity": null,
"property-no-vendor-prefix": null,
"custom-property-pattern": null,
"selector-class-pattern": null,
"color-function-notation": null,
"shorthand-property-no-redundant-values": null,
"value-keyword-case": null,
"selector-id-pattern": null,
"selector-no-vendor-prefix": null,
"at-rule-no-vendor-prefix": null,
"selector-descendant-combinator-no-non-space": null,
"no-duplicate-selectors": null,
}
}