0.0.5 • Published 4 years ago

eslint-plugin-findkeywords v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-findkeywords

find keywords

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-findkeywords:

$ npm install eslint-plugin-findkeywords --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-findkeywords globally.

Usage

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

{
    "plugins": [
        "findkeywords"
    ]
}

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

{
    "rules": {
        "findkeywords/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago