Skip to content

Commit

Permalink
feat(linter): add eslint/sort-imports rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Jun 6, 2024
1 parent 837776e commit 886c9df
Show file tree
Hide file tree
Showing 3 changed files with 1,036 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ mod eslint {
pub mod radix;
pub mod require_await;
pub mod require_yield;
pub mod sort_imports;
pub mod symbol_description;
pub mod unicode_bom;
pub mod use_isnan;
Expand Down Expand Up @@ -488,6 +489,7 @@ oxc_macros::declare_all_lint_rules! {
eslint::radix,
eslint::require_yield,
eslint::symbol_description,
eslint::sort_imports,
eslint::unicode_bom,
eslint::use_isnan,
eslint::valid_typeof,
Expand Down
Loading

0 comments on commit 886c9df

Please sign in to comment.