1.1.1 • Published 8 years ago
stylelint-config-insyde v1.1.1
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"
  }
}