Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 720 Bytes

File metadata and controls

25 lines (17 loc) · 720 Bytes

StyleLint Config for Scss

Version Download

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.