0.0.10 • Published 3 months ago

eslint-plugin-idelendik-eslint v0.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

eslint-plugin-idelendik-eslint

A set of rules for ESLint

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-idelendik-eslint:

npm install eslint-plugin-idelendik-eslint --save-dev

Usage

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

{
    "plugins": [
        "idelendik-eslint"
    ]
}

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

{
    "rules": {
        "idelendik-eslint/rule-name": 2
    }
}

Rules

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

0.0.10

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.6

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

6 months ago

0.0.0

6 months ago