{ "extends": ["stylelint-config-standard-scss", "stylelint-config-recess-order"], "rules": { "at-rule-disallowed-list": [["debug"]], "at-rule-empty-line-before": [ "always", { "except": ["first-nested"], "ignore": ["after-comment", "blockless-after-same-name-blockless"] } ], "color-named": "never", "custom-property-empty-line-before": null, "declaration-empty-line-before": null, "no-descending-specificity": null, "max-nesting-depth": [ 1, { "ignore": ["pseudo-classes"], "ignoreAtRules": ["each", "media", "supports", "include"] } ], "order/properties-alphabetical-order": null, "scss/at-import-partial-extension-disallowed-list": ["scss"], "scss/selector-no-redundant-nesting-selector": [true], "selector-max-compound-selectors": 3, "selector-max-id": 0, "selector-no-qualifying-type": null, "selector-pseudo-class-no-unknown": [true, { "ignorePseudoClasses": ["global"] }] } }