UNPKG

unplugin-oxlint

Version:

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

22 lines (21 loc) 385 B
import { t as unplugin } from "./unplugin-CeNag_hn.mjs"; //#region src/webpack.ts /** * This entry file is for webpack plugin. * * @module */ /** * Webpack plugin * * @example * ```ts * // webpack.config.js * module.exports = { * plugins: [require('unplugin-oxlint/webpack')()], * } * ``` */ var webpack_default = unplugin.webpack; //#endregion export { webpack_default as default };