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 dd4e747 commit c62d365Copy full SHA for c62d365
lib/util/ruleFactory.ts
@@ -27,7 +27,7 @@ export type LabeledControlConfig = {
27
messageId: string;
28
/** A short description of the rule. */
29
description: string;
30
- /** 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"] */
31
requiredProps?: string[];
32
/** Properties that are required to be defined and not empty. @example ["aria-label", "title", "label"] */
33
requiredNonEmptyProps?: string[];
0 commit comments