Skip to content

Commit 9c28d59

Browse files
committed
silence ESLint
1 parent 06039d7 commit 9c28d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/unix_formatting.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,7 @@
13101310
} else if (code === 9) {
13111311
print.call(this, '\t');
13121312
} else if (ansi_art && code in cp_437_control) {
1313+
// eslint-disable-next-line no-console
13131314
console.log({code: '0x' + code.toString(16)});
13141315
print.call(this, cp_437_control[code]);
13151316
} else if (DEBUG) {

0 commit comments

Comments
 (0)