{
  "extends": "stylelint-config-sass-guidelines",
  "customSyntax": "postcss-scss",  
  "rules": {
    "max-nesting-depth": 5,
    "selector-max-compound-selectors": 5
  }
}
