0.2.0 • Published 2 years ago

eslint-plugin-long-hooks-trace v0.2.0

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

eslint-plugin-long-hooks-trace

linter for long dependencies or setstate call for react hooks

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-long-hooks-trace:

npm install eslint-plugin-long-hooks-trace --save-dev

Usage

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

{
    "plugins": [
        "long-hooks-trace"
    ]
}

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

{
    "rules": {
        "long-hooks-trace/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here