0.2.0 • Published 4 years ago
eslint-plugin-long-hooks-trace v0.2.0
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-devNext, install eslint-plugin-long-hooks-trace:
npm install eslint-plugin-long-hooks-trace --save-devUsage
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