From 52e72c23b51b0f7f994fb7388b55419f59d8ad3b Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 15 Jan 2022 15:01:56 -0500 Subject: [PATCH] ci: fix dprint.json --- .github/config/dprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/config/dprint.json b/.github/config/dprint.json index 7aa8fa62..cd648004 100644 --- a/.github/config/dprint.json +++ b/.github/config/dprint.json @@ -16,7 +16,8 @@ }, "includes": ["**/*.{js,mjs}"], "excludes": [ - "**/node_modules" + "node_modules/**/*", + ".github/scripts/quickstart/**/*" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.42.0.wasm"