Skip to content

Complete hasLabeledChild Implementation #160

@sidhsharma1992

Description

@sidhsharma1992

Complete hasLabeledChild implementation as referenced below:

// eslint-disable-next-line no-unused-vars
export const hasLabeledChild = (openingElement: TSESTree.JSXOpeningElement, context: TSESLint.RuleContext<string, unknown[]>): boolean => {
// TODO: function not yet implemented
return false;
};

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions