eslint-plugin-nosettimeout

0.0.0 • Public • Published

eslint-plugin-nosettimeout

forbidden set a settimeout time

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-nosettimeout:

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

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

Usage

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

{
    "plugins": [
        "nosettimeout"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

/eslint-plugin-nosettimeout/

    Package Sidebar

    Install

    npm i eslint-plugin-nosettimeout

    Weekly Downloads

    0

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    5.89 kB

    Total Files

    7

    Last publish

    Collaborators

    • liuhuan1963