UNPKG
@gozenc/interpolate-html-plugin
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
InterpolateHtmlPlugin implemented for webpack v5.
fatihgozenc/interpolate-html-plugin
@gozenc/interpolate-html-plugin
/
.eslintrc.js
16 lines
(15 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"use strict"
module
.
exports
= {
env
: {
node
:
true
},
extends
: [
"plugin:jsdoc/recommended"
],
rules
: {
eqeqeq
:
"error"
,
strict
:
1
},
ignorePatterns
: [
"dist/*.js"
,
"*.config.js"
], }