Skip to content

Commit 49b664c

Browse files
committed
style(linter): remove needless newline in declare_oxc_lint (#11400)
1 parent 3f462f1 commit 49b664c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/oxc_linter/src/rules/import/export.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ declare_oxc_lint!(
4444
/// export * from "./export-all"; // No conflict if export-all.js also exports foo
4545
/// ```
4646
Export,
47-
4847
import,
4948
nursery
5049
);

0 commit comments

Comments
 (0)