diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-06-19 15:02:02 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-06-19 15:29:41 +0200 |
commit | 7a38a2f1a7481c6dfd33e08e5d2521940990e21a (patch) | |
tree | 857a60976b72c2657c6d543f44939dc81f6b3fd9 /deno2/tools | |
parent | eed514ddd773499818c5c23d9a6c0dd53c9482d7 (diff) |
Don't run package.json through prettier
Because yarn and npm reset the style every time they update the file.
Diffstat (limited to 'deno2/tools')
-rwxr-xr-x | deno2/tools/format.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh index eea97fa2c..59f8d1be0 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 |