7.0.0 • Published 8 years ago

stylelint-config-nimedev v7.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

stylelint-config-nimedev

npm

An stylelint Shareable Config for nimedev style rules

Installation

$ npm install stylelint-config-nimedev

Usage

Set your stylelint config to:

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

Extending the config

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

For example, to change the indentation to tabs:

{
  "extends": "nimedev",
  "rules": {
    "indentation": "tab"
  }
}

Changelog

License