Skip to content

Commit

Permalink
refactor(lint/useIsNaN): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Teles committed Sep 9, 2023
1 parent 453f239 commit 0c0b00e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use biome_analyze::context::RuleContext;
use biome_analyze::{declare_rule, ActionCategory, Rule, RuleDiagnostic};
use rome_console::markup;
use rome_diagnostics::Applicability;
use biome_console::markup;
use biome_diagnostics::Applicability;
use rome_js_factory::make;
use rome_js_semantic::SemanticModel;
use rome_js_syntax::{
Expand Down

0 comments on commit 0c0b00e

Please sign in to comment.