{ "extends": "stylelint-config-sass-guidelines", "rules": { "@stylistic/indentation": 4, "@stylistic/number-leading-zero": "never", "@stylistic/declaration-colon-space-after": null, "max-nesting-depth": 9, "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 }, "overrides": [ { "files": [ "**/*.scss" ], "customSyntax": "postcss-scss" } ] }