summaryrefslogtreecommitdiff
path: root/format.ts
diff options
context:
space:
mode:
Diffstat (limited to 'format.ts')
-rwxr-xr-xformat.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.ts b/format.ts
index fa538d53f..3a28d6650 100755
--- a/format.ts
+++ b/format.ts
@@ -8,10 +8,11 @@ async function main(opts) {
const args = [
`deno${executableSuffix}`,
"--allow-write",
- "--allow-run",
"--allow-read",
"prettier/main.ts",
"--ignore",
+ "node_modules",
+ "--ignore",
"testdata",
"--ignore",
"vendor"