From e7e25db24f5dc47c5cc8268453ec9a098eb99e36 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Sat, 6 Jan 2024 00:03:06 +0900 Subject: chore: update deno_lint for CI (#21802) --- ext/node/polyfills/_util/std_asserts.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/node/polyfills/_util/std_asserts.ts') diff --git a/ext/node/polyfills/_util/std_asserts.ts b/ext/node/polyfills/_util/std_asserts.ts index ae23dc08f..f25904251 100644 --- a/ext/node/polyfills/_util/std_asserts.ts +++ b/ext/node/polyfills/_util/std_asserts.ts @@ -340,7 +340,6 @@ export function assertNotStrictEquals( * then throw. */ export function assertMatch( actual: string, - // deno-lint-ignore prefer-primordials expected: RegExp, msg?: string, ) { @@ -356,7 +355,6 @@ export function assertMatch( * then throw. */ export function assertNotMatch( actual: string, - // deno-lint-ignore prefer-primordials expected: RegExp, msg?: string, ) { -- cgit v1.2.3