stylelint-config-devshelf

v1.0.1
DevShelf config for stylelint
stylelint stylelint-config devshelf

stylelint-config-devshelf

npm Travis AppVeyor David

Devshelf shareable config for stylelint.

Installation

$ npm install stylelint-config-devshelf

Usage

Set your stylelint config to:

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

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs and turn off the number-leading-zero rule:

{
  "extends": "stylelint-config-devshelf",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

License

Metadata

  • MIT
  • Whatever
  • DevShelf
  • released 6/14/2016

Downloads

Maintainers