summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-06-27 10:35:19 +0200
committerGitHub <noreply@github.com>2023-06-27 17:35:19 +0900
commitf372688f2285ee1a97128b718ec3d9f090752c36 (patch)
tree99d8bb7d0798258fd92878d7bfd177f9231dc359 /ext/node
parente16b74d792c8fcdb46ab231575fc75f29d4d7fe7 (diff)
fix: lint on main branch (#19622)
Diffstat (limited to 'ext/node')
-rw-r--r--ext/node/polyfills/internal_binding/handle_wrap.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/node/polyfills/internal_binding/handle_wrap.ts b/ext/node/polyfills/internal_binding/handle_wrap.ts
index da62d297b..e844adadd 100644
--- a/ext/node/polyfills/internal_binding/handle_wrap.ts
+++ b/ext/node/polyfills/internal_binding/handle_wrap.ts
@@ -1,6 +1,3 @@
-// TODO(petamoriken): enable prefer-primordials for node polyfills
-// deno-lint-ignore-file prefer-primordials
-
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// Copyright Joyent, Inc. and other Node contributors.
//