1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

Don't run package.json through prettier

Because yarn and npm reset the style every time they update the file.
This commit is contained in:
Bert Belder 2018-06-19 15:02:02 +02:00
parent eed514ddd7
commit 7a38a2f1a7
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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