@eslint-react/core / isComponentWrapperCallback
function isComponentWrapperCallback(context: RuleContext, node: Node): boolean;Check if the node is a callback function passed to a component wrapper
| Parameter | Type | Description |
|---|---|---|
context |
RuleContext |
The ESLint rule context |
node |
Node |
The node to check |
boolean
true if the node is a callback function passed to a component wrapper