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

Package Sidebar

Install

npm i stylelint-config-nimedev

Weekly Downloads

1

Version

7.0.0

License

MIT

Last publish

Collaborators

  • nimedev