@iraiser/stylelint-config-scss
v1.4.1
Published
StyleLint shareable config for the iRaiser Scss style guide.
Downloads
448
Readme
StyleLint Config for Scss
StyleLint shareable config for the iRaiser Scss style guide.
Install
npm install @iraiser/stylelint-config-scss stylelint --save-dev
Usage
Create .stylelintrc
file on root of your project.
{
"extends": [
"@iraiser/stylelint-config-scss"
]
}
You can extend the rules with your own config, see StyleLint documentation.