@eslint-react/core / isHookName
function isHookName(name: string): boolean;Catch all identifiers that begin with "use" followed by an uppercase Latin character to exclude identifiers like "user".
| Parameter | Type | Description |
|---|---|---|
name |
string |
The name of the identifier to check. |
boolean