stylelint-config-devshelf

1.3.0 • Public • Published

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

/stylelint-config-devshelf/

    Package Sidebar

    Install

    npm i stylelint-config-devshelf

    Weekly Downloads

    3

    Version

    1.3.0

    License

    MIT

    Last publish

    Collaborators

    • jasonetco
    • matchai