Skip to content

Latest commit

 

History

History

stylelint-config-scss

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.