diff options
| author | Axetroy <troy450409405@gmail.com> | 2019-05-21 20:23:23 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-21 08:23:23 -0400 |
| commit | 915b4f520b16bd5c9bc6ef0ba9e45eba27c4137d (patch) | |
| tree | c6e00de7b4865101c39f90ea5448e29d44879845 /format.ts | |
| parent | 7c4e973611af274c25acb38d0b8e674599ab8da7 (diff) | |
feat(prettier): output to stdout instead of write file by default unless specified --write flag (denoland/deno_std#332)
Original: https://github.com/denoland/deno_std/commit/434007b8ab421cb24a75d2937d275c5048b9c111
Diffstat (limited to 'format.ts')
| -rwxr-xr-x | format.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ async function main(opts): Promise<void> { "--ignore", "testdata", "--ignore", - "vendor" + "vendor", + "--write" ]; if (opts.check) { |
