Configuration rules to ensure your SCSS/CSS is compliant with our internal standard.
$ yarn add -D stylelint-config-nosolosoftware
Set your stylelint
config file, .stylelintrc.json
, to:
{
"extends": "stylelint-config-nosolosoftware"
}
This is available under the MIT LICENSE.