@iraiser/stylelint-config-scss
v1.4.1
Published
StyleLint shareable config for the iRaiser Scss style guide.
Readme
StyleLint Config for Scss
StyleLint shareable config for the iRaiser Scss style guide.
Install
npm install @iraiser/stylelint-config-scss stylelint --save-devUsage
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.
