From a9c58d5e51d5d7060abdd6d6b3de12e98e960ef6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 6 May 2021 00:22:24 -0400 Subject: [PATCH] chore: upgrade dprint 0.13.1 to fix CI. (#10513) --- .dprintrc.json => .dprint.json | 0 third_party | 2 +- tools/format.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .dprintrc.json => .dprint.json (100%) diff --git a/.dprintrc.json b/.dprint.json similarity index 100% rename from .dprintrc.json rename to .dprint.json diff --git a/third_party b/third_party index 72f5f1a9fa..3bd4e36523 160000 --- a/third_party +++ b/third_party @@ -1 +1 @@ -Subproject commit 72f5f1a9fa3274ed9de313a752bbfe3afa7d39d2 +Subproject commit 3bd4e3652304eb97177e1fc217943529322f4680 diff --git a/tools/format.js b/tools/format.js index af08d0395c..a21bcd64ef 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({