From 915b4f520b16bd5c9bc6ef0ba9e45eba27c4137d Mon Sep 17 00:00:00 2001 From: Axetroy Date: Tue, 21 May 2019 20:23:23 +0800 Subject: 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 --- format.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'format.ts') diff --git a/format.ts b/format.ts index c4aa35cf7..f0465af50 100755 --- a/format.ts +++ b/format.ts @@ -16,7 +16,8 @@ async function main(opts): Promise { "--ignore", "testdata", "--ignore", - "vendor" + "vendor", + "--write" ]; if (opts.check) { -- cgit v1.2.3