jb-modist
jb-modist
Depending on your use case you can use patch-package to remove the non-compliant code. I'm using domino as a dependancy of turndown and as far as I can tell sloppy.js...
I created the patch file: diff --git a/node_modules/domino/lib/sloppy.js b/node_modules/domino/lib/sloppy.js ``` index b5d8950..e920db1 100644 --- a/node_modules/domino/lib/sloppy.js +++ b/node_modules/domino/lib/sloppy.js @@ -6,19 +6,9 @@ /* jshint -W085 */ module.exports = { Window_run: function...
Yes, that would also work