diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-05-06 00:22:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 13:22:24 +0900 |
commit | a9c58d5e51d5d7060abdd6d6b3de12e98e960ef6 (patch) | |
tree | a6ad3e8ea99ddc4876f2c37d8ea453362ec92819 /tools/format.js | |
parent | 4f5b4f9cee66169728c909f5e53a1f8a6a326f6d (diff) |
chore: upgrade dprint 0.13.1 to fix CI. (#10513)
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 af08d0395..a21bcd64e 100755 --- a/tools/format.js +++ b/tools/format.js @@ -3,7 +3,7 @@ import { getPrebuiltToolPath, getSources, join, ROOT_PATH } from "./util.js"; async function dprint() { - const configFile = join(ROOT_PATH, ".dprintrc.json"); + const configFile = join(ROOT_PATH, ".dprint.json"); const execPath = getPrebuiltToolPath("dprint"); console.log("dprint"); const p = Deno.run({ |