summaryrefslogtreecommitdiff
path: root/tools/lint.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-26 23:35:43 +0100
committerGitHub <noreply@github.com>2024-01-26 22:35:43 +0000
commitd889f996577a6345d08c4ce71063be6d765fb5ec (patch)
tree18e8e2b37b7644ec8f62c21e74c92c217f0813ae /tools/lint.js
parent84fb2ad71b94ce773cefcbc868b160a73c52ab47 (diff)
chore: use granular unstable flags in tools/ (#22138)
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-xtools/lint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js
index ed2a04eee..0eae493fd 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno run --unstable --allow-write --allow-read --allow-run --allow-net
+#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run --allow-net
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { buildMode, getPrebuilt, getSources, join, ROOT_PATH } from "./util.js";
import { checkCopyright } from "./copyright_checker.js";