From e9dde826df738c4094709804d72de4991b377a8a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 10 Dec 2023 19:21:14 -0500 Subject: Change no-console to error, only for ext files (#352) --- ext/js/debug/timer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/js/debug') diff --git a/ext/js/debug/timer.js b/ext/js/debug/timer.js index 7381dab5..d5f286a1 100644 --- a/ext/js/debug/timer.js +++ b/ext/js/debug/timer.js @@ -56,6 +56,7 @@ export class Timer { Timer.current = this.parent; if (this.parent === null) { if (!skip) { + // eslint-disable-next-line no-console console.log(this.toString()); } } else { -- cgit v1.2.3