stylelint-config-nimedev

7.0.0 • Public • Published

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"
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 7.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 7.0.0
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i stylelint-config-nimedev

Weekly Downloads

0

Version

7.0.0

License

MIT

Last publish

Collaborators

  • nimedev