Skip to content

Variable: noUndefinedChildrenForProgrammaticComponents

ts
const noUndefinedChildrenForProgrammaticComponents: RuleModule<
  "undefinedChildren" | "undefinedChildrenFunction",
  [],
  unknown,
  RuleListener
>;

An ESLint rule that disallows explicitly passing undefined as the children argument in calls to Vue's h function.