1.1.1 • Published 7 years ago

stylelint-config-insyde v1.1.1

Weekly downloads
166
License
MIT
Repository
github
Last release
7 years ago

stylelint-config-insyde

Shareable config for stylelint.

Follows the rules from Insyde SCSS Styleguide.

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-insyde"
}

Personal overrides

Change/override rules by adding a "rules" key to your config.

For example, to change the indentation to tabs:

{
  "extends": "stylelint-config-insyde",
  "rules": {
    "indentation": "tab"
  }
}

CHANGELOG

LICENSE