0.1.7 • Published 6 years ago

stylelint-config-heisenberg v0.1.7

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
6 years ago

stylelint-config-heisenberg

Heisenberg shareable config for stylelint.

Installation

$ npm install stylelint-config-heisenberg --save-dev

Usage

If you've installed stylelint-config-heisenberg locally within your project, just set your stylelint config to:

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

Extending the config

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

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

{
  "extends": "stylelint-config-heisenberg",
  "rules": {
    "indentation": 4,
    "number-leading-zero": null
  }
}
0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago