summaryrefslogtreecommitdiff
path: root/tools/lint.js
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 /tools/lint.js
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 'tools/lint.js')
-rwxr-xr-xtools/lint.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lint.js b/tools/lint.js
index ec8e147a5..aeab48c1a 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -66,6 +66,7 @@ async function dlint() {
":!:cli/tsc/*typescript.js",
":!:cli/tsc/compiler.d.ts",
":!:tests/wpt/suite/**",
+ ":!:tests/wpt/runner/**",
]);
if (!sourceFiles.length) {