eslint-plugin-long-hooks-trace

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-long-hooks-trace

Weekly Downloads

1

Version

0.2.0

License

ISC

Unpacked Size

7.98 kB

Total Files

8

Last publish

Collaborators

  • willsonwei