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 5ee008b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/biome_configuration/src/linter/rules.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 5ee008b

Please sign in to comment.