{ "extends": "stylelint-config-sass-guidelines", "plugins": [ "stylelint-suitcss" ], "rules": { "max-nesting-depth": 3, "scss/at-mixin-pattern": "^(terra-)[a-z]+([a-z0-9-]+[a-z0-9]+)?$", "suitcss/custom-property-no-outside-root": true, "custom-property-pattern": [ "terra-[a-z]+([a-z0-9-]+[a-z0-9]+)?$", { "message": "Custom property names should be written in lowercase with hyphens" } ] } }