Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 806 Bytes

stylelint-config-unsass

Version Download License

StyleLint shareable config for the Sass style guide.

Install

npm install stylelint stylelint-config-unsass --save-dev

Usage

Create .stylelintrc file on root of your project.

{
    "extends": [
        "stylelint-config-unsass"
    ]
}

You can extend the rules with your own config, see StyleLint documentation.