Byndyusoft shareable config for stylelint
npm install @byndyusoft/stylelint-config
Create a .stylelintrc
file with the following configuration:
{
"extends": [
"@byndyusoft/stylelint-config",
"@byndyusoft/stylelint-config/stylistic",
"@byndyusoft/stylelint-config/scss"
]
}