The stylelint config for rscss
npm install stylelint-config-rscss-base> The stylelint config for rscss.
``bash`
npm install --save-dev stylelint stylelint-config-rscss-base
Set your .stylelintrc config to:
`json``
{
"extends": "stylelint-config-rscss-base"
}
Licensed under the MIT License.