{ "extends": "stylelint-config-wordpress", "rules": { "at-rule-empty-line-before": null, "at-rule-no-unknown": null, "comment-empty-line-before": null, "declaration-property-unit-whitelist": null, "media-feature-parentheses-space-inside": "never", "font-weight-notation": "named-where-possible", "max-line-length": null, "no-descending-specificity": null, "no-duplicate-selectors": null, "rule-empty-line-before": null, "selector-class-pattern": null, "value-keyword-case": null } }