UNPKG

unplugin-oxlint

Version:

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

22 lines (21 loc) 453 B
import { n as OxlintOptions } from "./types-BRBoFOCZ.mjs"; //#region src/webpack.d.ts /** * This entry file is for webpack plugin. * * @module */ /** * Webpack plugin * * @example * ```ts * // webpack.config.js * module.exports = { * plugins: [require('unplugin-oxlint/webpack')()], * } * ``` */ declare const _default: (options?: Partial<OxlintOptions> | undefined) => WebpackPluginInstance; //#endregion export { _default as default };