unplugin-oxlint
Version:
A universal bundler plugin for integrating the Oxlint linter into your project.
28 lines (16 loc) • 352 B
JavaScript
const require_unplugin = require('./unplugin-CUA1oFwV.cjs');
//#region src/webpack.ts
/**
* Webpack plugin
*
* @example
* ```ts
* // webpack.config.js
* module.exports = {
* plugins: [require('unplugin-oxlint/webpack')()],
* }
* ```
*/
var webpack_default = require_unplugin.unplugin.webpack;
//#endregion
module.exports = webpack_default;