Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dist/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"rules": {
// That is okay for the built version
"no-multiple-empty-lines": "off",
// When custom compilation is used, the version string
// can get large. Accept that in the built version.
"max-len": "off",
"one-var": "off"
}
}
Expand Down
2 changes: 0 additions & 2 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import isWindow from "./var/isWindow.js";
import DOMEval from "./core/DOMEval.js";
import toType from "./core/toType.js";

// When custom compilation is used, the version string can get large.
// eslint-disable-next-line max-len
var version = "@VERSION",

rhtmlSuffix = /HTML$/i,
Expand Down