eslint-plugin-react-hooks

This ESLint plugin enforces the Rules of Hooks.

Legacy Config (.eslintrc)

1
2
3
4
5
6
{
  "extends": [
    // ...
    "plugin:react-hooks/recommended-legacy"
  ]
}