Skip to content

Commit 91a1833

Browse files
committed
refactor(linter/plugins): simplify exports (#16172)
Pure refactor. Just simplify code a little.
1 parent c4b65f8 commit 91a1833

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
import { lintFile } from "./lint.js";
2-
import { loadPlugin } from "./load.js";
3-
4-
export { lintFile, loadPlugin };
1+
export { lintFile } from "./lint.js";
2+
export { loadPlugin } from "./load.js";

0 commit comments

Comments
 (0)