Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JsxChildElementSpacingRule = rule.Rule{ Name: "react/jsx-child-element-spacing", Run: func(ctx rule.RuleContext, options any) rule.RuleListeners { return rule.RuleListeners{ ast.KindJsxElement: func(node *ast.Node) { handleJSX(ctx, node) }, ast.KindJsxFragment: func(node *ast.Node) { handleJSX(ctx, node) }, } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.