mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
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>
This commit is contained in:
parent
29a075de2b
commit
eb218c0f33
20 changed files with 40 additions and 17 deletions
1
ext/net/lib.deno_net.d.ts
vendored
1
ext/net/lib.deno_net.d.ts
vendored
|
@ -149,7 +149,6 @@ declare namespace Deno {
|
|||
}
|
||||
|
||||
/** @category Network */
|
||||
// deno-lint-ignore no-empty-interface
|
||||
export interface TcpListenOptions extends ListenOptions {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue