There was an error while loading. Please reload this page.
declare_oxc_lint
1 parent 3f462f1 commit 49b664cCopy full SHA for 49b664c
1 file changed
crates/oxc_linter/src/rules/import/export.rs
@@ -44,7 +44,6 @@ declare_oxc_lint!(
44
/// export * from "./export-all"; // No conflict if export-all.js also exports foo
45
/// ```
46
Export,
47
-
48
import,
49
nursery
50
);
0 commit comments