summaryrefslogtreecommitdiff
path: root/ext/net/lib.deno_net.d.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-06-05 00:09:29 +0100
committerGitHub <noreply@github.com>2024-06-05 01:09:29 +0200
commiteb218c0f3344eabfa8abf4c7ecac148f14fc6294 (patch)
tree10a8f125b79830e02e568e1cf7b0c63976616fb5 /ext/net/lib.deno_net.d.ts
parent29a075de2b625e1c893f6fad163a6d6937894a7a (diff)
chore: upgrade dlint to 0.60.0 (#24041)
Factoring out `dlint` upgrade from https://github.com/denoland/deno/pull/24034 as it requires us to change the lint step on mac to use ARM runners. --------- Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Diffstat (limited to 'ext/net/lib.deno_net.d.ts')
-rw-r--r--ext/net/lib.deno_net.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/net/lib.deno_net.d.ts b/ext/net/lib.deno_net.d.ts
index 4b88b154a..f036bcd39 100644
--- a/ext/net/lib.deno_net.d.ts
+++ b/ext/net/lib.deno_net.d.ts
@@ -149,7 +149,6 @@ declare namespace Deno {
}
/** @category Network */
- // deno-lint-ignore no-empty-interface
export interface TcpListenOptions extends ListenOptions {
}