Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Feb 23, 2023
1 parent 10d46c5 commit e183c15
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use rome_analyze::{context::RuleContext, declare_rule, Ast, Rule, RuleDiagnostic};
use rome_console::markup;
use rome_js_syntax::{
AnyJsxAttribute, AnyJsxChild, JsxAttribute, JsxElement, JsxSelfClosingElement,
};
use rome_js_syntax::{AnyJsxAttribute, JsxAttribute, JsxElement, JsxSelfClosingElement};
use rome_rowan::{declare_node_union, AstNode};

use crate::aria::{is_accessible_to_screen_reader, is_aria_hidden_truthy};
Expand Down

0 comments on commit e183c15

Please sign in to comment.