The base Stylelint config
npm install stylelint-config-rscssThis is the base Stylelint config.
``bash`
yarn add -D stylelint stylelint-config-rscss
In your .stylelintrc file:`json``
{
"extends": ["stylelint-config-rscss"]
}
stylelint-scss
stylelint-rscss
stylelint-config-standard
PRs are welcome if the reasoning for the proposed change is provided.