Skip to content

Commit dad5654

Browse files
committed
✨ (form-control-has-label): Add meter, output, and progress to default list of controls to check
1 parent e8d60a5 commit dad5654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/rules/form-control-has-label.ts

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ const rule: Rule.RuleModule = {
8181
"input",
8282
"textarea",
8383
"select",
84+
"meter",
85+
"output",
86+
"progress",
8487
...(options.controlComponents || [])
8588
];
8689

0 commit comments

Comments
 (0)