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:
Bartek Iwańczuk 2024-06-05 00:09:29 +01:00 committed by GitHub
parent 29a075de2b
commit eb218c0f33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 40 additions and 17 deletions

View file

@ -149,7 +149,6 @@ declare namespace Deno {
}
/** @category Network */
// deno-lint-ignore no-empty-interface
export interface TcpListenOptions extends ListenOptions {
}