Skip to content

StyleLint shareable config for the Sass style guide.

License

Notifications You must be signed in to change notification settings

unsass/stylelint-config-unsass

Repository files navigation

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.