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