Skip to content

Commit 3b99278

Browse files
[autofix.ci] apply automated fixes
1 parent febc428 commit 3b99278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ mod import {
1212
pub mod default;
1313
pub mod export;
1414
pub mod first;
15-
pub mod no_namespace;
1615
pub mod max_dependencies;
1716
pub mod named;
1817
pub mod namespace;
@@ -24,6 +23,7 @@ mod import {
2423
pub mod no_dynamic_require;
2524
pub mod no_named_as_default;
2625
pub mod no_named_as_default_member;
26+
pub mod no_namespace;
2727
pub mod no_self_import;
2828
pub mod no_webpack_loader_syntax;
2929
pub mod unambiguous;

0 commit comments

Comments
 (0)