We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3da3f commit c799f1eCopy full SHA for c799f1e
lib/util/ruleFactory.ts
@@ -26,7 +26,7 @@ export type LabeledControlConfig = {
26
messageId: string;
27
/** A short description of the rule. */
28
description: string;
29
- /** Properties that are required to have string values. @example ["alt"] */
+ /** Properties that are required to have a non-`null` and non-`undefined` value. @example ["alt"] */
30
requiredProps?: string[];
31
/** Properties that are required to be defined and not empty. @example ["aria-label", "title", "label"] */
32
requiredNonEmptyProps?: string[];
0 commit comments