summaryrefslogtreecommitdiff
path: root/deno2/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-11 21:32:06 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-11 21:34:01 +0200
commit997b300745b343feab58e715aa225396f9b896c8 (patch)
tree9db466d9af83a3170124694dc1e8f52e543eecad /deno2/tools
parent314f08672157a0977d7c3eeb72010eb0f717d889 (diff)
deno2: fmt js dir
Diffstat (limited to 'deno2/tools')
-rwxr-xr-xdeno2/tools/format.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh
index 25c9f4a89..a5c324175 100755
--- a/deno2/tools/format.sh
+++ b/deno2/tools/format.sh
@@ -4,3 +4,4 @@ clang-format -i -style Google *.cc *.h include/*.h
gn format BUILD.gn
gn format .gn
yapf -i tools/*.py
+prettier --write js/*.ts js/*.js