0.0.6 • Published 12 months ago

eslint-plugin-gearonix v0.0.6

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

eslint-plugin-gearonix

gearonix plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-gearonix:

npm install eslint-plugin-gearonix --save-dev

Usage

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

{
    "plugins": [
        "gearonix-eslint-plugin"
    ]
}

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

{
    "rules": {
        "gearonix-eslint-plugin/rule-name": 2
    }
}
0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago