From 7a38a2f1a7481c6dfd33e08e5d2521940990e21a Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 19 Jun 2018 15:02:02 +0200 Subject: [PATCH] Don't run package.json through prettier Because yarn and npm reset the style every time they update the file. --- deno2/tools/format.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh index eea97fa2cb..59f8d1be01 100755 --- a/deno2/tools/format.sh +++ b/deno2/tools/format.sh @@ -9,7 +9,6 @@ prettier --write \ js/deno.d.ts \ js/main.ts \ js/mock_runtime.js \ - js/package.json \ js/tsconfig.json # Do not format these. # js/msg.pb.js