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:
parent
eed514ddd7
commit
7a38a2f1a7
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue