summaryrefslogtreecommitdiff
path: root/tools/format.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/format.js')
-rwxr-xr-xtools/format.js2
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({