1.1.0 • Published 8 months ago
@byndyusoft/stylelint-config v1.1.0
@byndyusoft/stylelint-config
Byndyusoft shareable config for stylelint
Install
npm install @byndyusoft/stylelint-configUsage
Create a .stylelintrc file with the following configuration:
{
"extends": [
"@byndyusoft/stylelint-config",
"@byndyusoft/stylelint-config/stylistic",
"@byndyusoft/stylelint-config/scss"
]
}