eslint-plugin-key-spacing-indent

1.0.2 • Public • Published

eslint-plugin-key-spacing-indent

key-spacing-indent

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-key-spacing-indent:

npm install eslint-plugin-key-spacing-indent --save-dev

Usage

Add key-spacing-indent to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "key-spacing-indent"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "key-spacing-indent/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Package Sidebar

Install

npm i eslint-plugin-key-spacing-indent

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

36.1 kB

Total Files

8

Last publish

Collaborators

  • bryan-lester-dolby
  • mildsunrise
  • murillo128
  • sgarcia