diff options
Diffstat (limited to 'format.ts')
| -rwxr-xr-x | format.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
