stylelint-config-unsass
v1.0.1
Published
StyleLint shareable config for the Sass style guide.
Downloads
30
Maintainers
Readme
stylelint-config-unsass
StyleLint shareable config for the Sass style guide.
Install
npm install stylelint-config-unsass stylelint --save-dev
Usage
Create .stylelintrc
file on root of your project.
{
"extends": [
"stylelint-config-unsass"
]
}
You can extend the rules with your own config, see StyleLint documentation.