0.0.18 • Published 3 months ago

eslint-plugin-plugin-grabelnikov v0.0.18

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

eslint-plugin-plugin-grabelnikov

plugin for me

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-plugin-grabelnikov:

npm install eslint-plugin-plugin-grabelnikov --save-dev

Usage

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

{
    "plugins": [
        "plugin-grabelnikov"
    ]
}

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

{
    "rules": {
        "plugin-grabelnikov/rule-name": 2
    }
}

Rules

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

0.0.13

3 months ago

0.0.14

3 months ago

0.0.15

3 months ago

0.0.16

3 months ago

0.0.17

3 months ago

0.0.18

3 months ago

0.0.10

3 months ago

0.0.11

3 months ago

0.0.12

3 months ago

0.0.9

3 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago