diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-10 23:59:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 23:59:57 -0400 |
commit | a5f8bfdbfb35a9750b26cbffb488f25d15950d40 (patch) | |
tree | 83bb1465cd8e5d627a71efb21ad16552d9d11fa7 /tools/format.js | |
parent | e8057bc10266f7f0d097d08bf3827ff055c826a4 (diff) |
chore: format yaml internally (#24520)
Uses https://github.com/g-plane/pretty_yaml
Diffstat (limited to 'tools/format.js')
-rwxr-xr-x | tools/format.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.js b/tools/format.js index 2f4d734d7..e7b8f0d5f 100755 --- a/tools/format.js +++ b/tools/format.js @@ -9,7 +9,7 @@ const cmd = new Deno.Command("deno", { "run", "-A", "--no-config", - "npm:dprint@0.45.1", + "npm:dprint@0.47.2", subcommand, "--config=" + configFile, ], |