{ "extends": "stylelint-config-standard", "rules": { "at-rule-empty-line-before": null, "at-rule-no-unknown": null, "block-closing-brace-newline-after": null, "block-no-empty": true, "declaration-block-no-duplicate-properties": [ true, { "ignore": [ "consecutive-duplicates-with-different-values" ] } ], "declaration-colon-newline-after": null, "declaration-empty-line-before": null, "declaration-no-important": true, "max-nesting-depth": 3, "no-descending-specificity": null, "number-leading-zero": "never", "selector-class-pattern": "^([a-z][a-z0-9]*)(-[a-z0-9]+)*$", "selector-max-id": 0, "selector-pseudo-element-colon-notation": null, "string-quotes": "single", "declaration-block-no-redundant-longhand-properties": null } }