Skip to content

Commit

Permalink
feat(lint/noLabelWithoutControl): change rule to be recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
michellocana committed May 28, 2024
1 parent f52d11d commit 0a94209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ declare_rule! {
name: "noLabelWithoutControl",
language: "jsx",
sources: &[RuleSource::EslintJsxA11y("label-has-associated-control")],
recommended: false,
recommended: true,
}
}

Expand Down

0 comments on commit 0a94209

Please sign in to comment.