Skip to content

Commit 6e9b63f

Browse files
committed
feat(linter): implement unicorn/import-style
1 parent 971cefc commit 6e9b63f

File tree

5 files changed

+825
-1
lines changed

5 files changed

+825
-1
lines changed

crates/oxc_linter/src/generated/rule_runner_impls.rs

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/generated/rules_enum.rs

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/rules.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ pub(crate) mod unicorn {
456456
pub mod escape_case;
457457
pub mod explicit_length_check;
458458
pub mod filename_case;
459+
pub mod import_style;
459460
pub mod new_for_builtins;
460461
pub mod no_abusive_eslint_disable;
461462
pub mod no_accessor_recursion;

0 commit comments

Comments
 (0)