From 997b300745b343feab58e715aa225396f9b896c8 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 11 Jun 2018 21:32:06 +0200 Subject: deno2: fmt js dir --- deno2/tools/format.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'deno2/tools') 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 -- cgit v1.2.3