The Supple shareable config for stylelint, build on top of stylelint-config-standard-scss.
npm install @supple-kit/stylelint-config-supple --save-dev
If you've installed stylelint-config-supple
locally within your project, just set your stylelint
config to:
{
"extends": "@supple-kit/stylelint-config-supple"
}