@byndyusoft/stylelint-config
v1.0.0
Published
Byndyusoft shareable config for stylelint
Downloads
95
Readme
@byndyusoft/stylelint-config
Byndyusoft shareable config for stylelint
Install
npm install @byndyusoft/stylelint-config
Usage
Create a .stylelintrc
file with the following configuration:
{
"extends": [
"@byndyusoft/stylelint-config",
"@byndyusoft/stylelint-config/stylistic",
"@byndyusoft/stylelint-config/scss"
]
}