Skip to content

Commit

Permalink
fix: test and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 16, 2024
1 parent debd8e6 commit 57d6cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod sort;
mod sort_config;

use biome_analyze::{
context::RuleContext, declare_rule, ActionCategory, Ast, FixKind, Rule, RuleDiagnostic,
context::RuleContext, declare_rule, ActionCategory, FixKind, Rule, RuleDiagnostic,
};
use biome_console::markup;
use biome_diagnostics::Applicability;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ hooks_missing_name.json:6:5 deserialize ━━━━━━━━━━━━━
- useNodejsImportProtocol
- useNumberNamespace
- useShorthandFunctionType
- useSortedClasses



0 comments on commit 57d6cbf

Please sign in to comment.