Skip to content

Commit

Permalink
fix(lint/noRedundantAlt): rule source (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Apr 26, 2024
1 parent a13d36d commit e96781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_js_analyze/src/lint/a11y/no_redundant_alt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ declare_rule! {
pub NoRedundantAlt {
version: "1.0.0",
name: "noRedundantAlt",
sources: &[RuleSource::EslintJsxA11y("no-redundant-roles")],
sources: &[RuleSource::EslintJsxA11y("img-redundant-alt")],
recommended: true,
}
}
Expand Down

0 comments on commit e96781a

Please sign in to comment.