From 7f7b029e101ba490779c597bb33f937196104b11 Mon Sep 17 00:00:00 2001 From: scarf Date: Sun, 29 Sep 2024 23:47:44 +0900 Subject: [PATCH] chore: do not format pnpm lockfiles --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index b8a72ecbb348..214d0ac2ca50 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -9,7 +9,7 @@ "test": { "include": ["scripts"] }, "lint": { "include": ["scripts"] }, "fmt": { - "exclude": ["doc/dist", "doc/.astro"], + "exclude": ["doc/dist", "doc/.astro", "pnpm-lock.yaml"], "include": ["scripts", "doc", "*.md"], "semiColons": false, "lineWidth": 100