UNPKG

@gozenc/interpolate-html-plugin

Version:

InterpolateHtmlPlugin implemented for webpack v5.

16 lines (15 loc) 249 B
"use strict" module.exports = { env: { node: true }, extends: ["plugin:jsdoc/recommended"], rules: { eqeqeq: "error", strict: 1 }, ignorePatterns: [ "dist/*.js", "*.config.js" ], }