0.0.2 • Published 4 years ago

eslint-plugin-archelint v0.0.2

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

eslint-plugin-archelint

The seconed parameter of setTimeout is forbidden to be a number.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-archelint:

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

Usage

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

{
    "plugins": [
        "archelint"
    ]
}

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

{
    "rules": {
        "archelint/setTimeout-no-number": 2
    }
}

Supported Rules

  • Fill in provided rules here