Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taearls committed Dec 28, 2024
1 parent c427e26 commit 70032af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use crate::{
};

fn no_noninteractive_tabindex_diagnostic(span: Span) -> OxcDiagnostic {
// See <https://oxc.rs/docs/contribute/linter/adding-rules.html#diagnostics> for details
OxcDiagnostic::warn("tabIndex should only be declared on interactive elements")
.with_help("tabIndex attribute should be removed")
.with_label(span)
Expand Down

0 comments on commit 70032af

Please sign in to comment.