Skip to content

Commit

Permalink
disable eslint in hyphenEngine.asm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Feb 14, 2019
1 parent 838330a commit 80b7278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyphenEngine.asm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 80b7278

Please sign in to comment.