diff --git a/hyphenEngine.asm.js b/hyphenEngine.asm.js index e9953f33..9b12b0a0 100644 --- a/hyphenEngine.asm.js +++ b/hyphenEngine.asm.js @@ -6,7 +6,7 @@ * Released under the MIT license * http://mnater.github.io/Hyphenopoly/LICENSE */ - +/* eslint-disable */ function asmHyphenEngine(std, ext, heap) { "use asm"; var ui8 = new std.Uint8Array(heap);