From a7c002ae634b20a2f84c90417327a88c9ac2df99 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 20 Aug 2024 15:14:37 -0400 Subject: chore: enable no-console dlint rule (#25113) --- cli/bench/write_file.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/bench/write_file.js') diff --git a/cli/bench/write_file.js b/cli/bench/write_file.js index ab1e2280e..104a23a8d 100644 --- a/cli/bench/write_file.js +++ b/cli/bench/write_file.js @@ -1,4 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + +// deno-lint-ignore-file no-console + const queueMicrotask = globalThis.queueMicrotask || process.nextTick; let [total, count] = typeof Deno !== "undefined" ? Deno.args -- cgit v1.2.3