{ "extends": [ "stylelint-config-sass-guidelines", "stylelint-config-recess-order" ], "rules": { "@stylistic/indentation": 4, "@stylistic/number-leading-zero": "never", "@stylistic/declaration-colon-space-after": null, "max-nesting-depth": 7, "length-zero-no-unit": [ true, { "ignoreFunctions": [ "/^props\\.def/" ] } ], "selector-class-pattern": [ "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", { "resolveNestedSelectors": true } ], "scss/dollar-variable-colon-space-after": null } }