We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b65f8 commit 91a1833Copy full SHA for 91a1833
apps/oxlint/src-js/plugins/index.ts
@@ -1,4 +1,2 @@
1
-import { lintFile } from "./lint.js";
2
-import { loadPlugin } from "./load.js";
3
-
4
-export { lintFile, loadPlugin };
+export { lintFile } from "./lint.js";
+export { loadPlugin } from "./load.js";
0 commit comments