UNPKG

unplugin-oxlint

Version:

A universal bundler plugin for integrating the Oxlint linter into your project.

24 lines (23 loc) 395 B
import { t as unplugin } from "./unplugin-CeNag_hn.mjs"; //#region src/vite.ts /** * This entry file is for Vite plugin. * * @module */ /** * Vite plugin * * @example * ```ts * // vite.config.ts * import Oxlint from 'unplugin-oxlint/vite' * * export default defineConfig({ * plugins: [Oxlint()], * }) * ``` */ var vite_default = unplugin.vite; //#endregion export { vite_default as default };