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

@ -269,8 +269,6 @@ Deno.test(
Deno.test(
{ permissions: { run: true, read: true } },
// deno lint bug, see https://github.com/denoland/deno_lint/issues/1206
// deno-lint-ignore require-await
async function childProcessExplicitResourceManagement() {
let dead = undefined;
{