Rules
hook
Full Name in eslint-plugin-react-debug
Full Name in @eslint-react/eslint-plugin
Features
🐞
Presets
debug
What it does
Reports all React Hooks. Useful for debugging. This rule should only be used for debugging purposes. Otherwise, leave it off.
Examples
Implementation
See Also
class-component
Reports all class components.function-component
Reports all function components.