1.0.1 • Published 3 years ago
stylelint-config-unsass v1.0.1
stylelint-config-unsass
StyleLint shareable config for the Sass style guide.
Install
npm install stylelint-config-unsass stylelint --save-devUsage
Create .stylelintrc file on root of your project.
{
"extends": [
"stylelint-config-unsass"
]
}You can extend the rules with your own config, see StyleLint documentation.