{ "extends": [ "stylelint-config-sass-guidelines", "stylelint-prettier/recommended" ], "plugins": ["stylelint-prettier"], "rules": { "color-hex-length": "long", "function-url-quotes": null, "max-nesting-depth": 6, "order/properties-alphabetical-order": null, "selector-max-compound-selectors": null, "selector-max-id": null, "selector-no-qualifying-type": null, "shorthand-property-no-redundant-values": null } }