stylelint-config-insyde

1.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i stylelint-config-insyde

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • maartenvanspil