unplugin-oxlint
Version:
A universal bundler plugin for integrating the Oxlint linter into your project.
15 lines (14 loc) • 361 B
JavaScript
import { n as createOxlint, t as unplugin } from "./unplugin-CeNag_hn.mjs";
//#region src/index.ts
async function lint(options = {}) {
return await createOxlint({
...options,
watch: false
}).setup();
}
function defineConfig(options = {}) {
return options;
}
var src_default = unplugin;
//#endregion
export { src_default as default, defineConfig, lint };