From cda09c166fd075590c1f8dd313d4f57a560ecbd8 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Wed, 19 May 2021 00:24:01 +0900 Subject: chore: update deno_lint binary used in CI to v0.5.0 (#10652) --- cli/tests/unit/opcall_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit') diff --git a/cli/tests/unit/opcall_test.ts b/cli/tests/unit/opcall_test.ts index 6bade6545..bd549570e 100644 --- a/cli/tests/unit/opcall_test.ts +++ b/cli/tests/unit/opcall_test.ts @@ -17,7 +17,7 @@ unitTest(async function sendAsyncStackTrace() { declare global { namespace Deno { // deno-lint-ignore no-explicit-any - var core: any; // eslint-disable-line no-var + var core: any; } } -- cgit v1.2.3