StyleLint shareable config for the Sass style guide.
npm install stylelint stylelint-config-unsass --save-dev
Create .stylelintrc
file on root of your project.
{
"extends": [
"stylelint-config-unsass"
]
}
You can extend the rules with your own config, see StyleLint documentation.