You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[getComponentNameFromId](functions/getComponentNameFromId.md)| Get component name from an identifier or identifier sequence (e.g., MemberExpression) |
|[getJsxAttribute](functions/getJsxAttribute.md)|Get a function to find JSX attributes by name, considering direct attributes and spread attributes.|
123
+
|[getJsxAttribute](functions/getJsxAttribute.md)|Creates a helper function to find a specific JSX attribute by name Handles direct attributes and spread attributes (variables or object literals)|
124
124
|[getJsxAttributeName](functions/getJsxAttributeName.md)| Get the stringified name of a JSX attribute |
125
-
|[getJsxConfigFromAnnotation](functions/getJsxConfigFromAnnotation.md)| Get JsxConfig from pragma comments (annotations) in the source code.|
126
-
|[getJsxConfigFromContext](functions/getJsxConfigFromContext.md)| Get JsxConfig from the rule context by reading compiler options.|
125
+
|[getJsxConfigFromAnnotation](functions/getJsxConfigFromAnnotation.md)| Get JsxConfig from pragma comments (annotations) in the source code |
126
+
|[getJsxConfigFromContext](functions/getJsxConfigFromContext.md)| Get JsxConfig from the rule context by reading compiler options |
127
127
|[getJsxElementType](functions/getJsxElementType.md)| Extracts the element type name from a JSX element or fragment For JSX elements, returns the stringified name (e.g., "div", "Button", "React.Fragment") For JSX fragments, returns an empty string |
0 commit comments