Skip to content

Commit 52e72c2

Browse files
committed
ci: fix dprint.json
1 parent 4d18629 commit 52e72c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/config/dprint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"includes": ["**/*.{js,mjs}"],
1818
"excludes": [
19-
"**/node_modules"
19+
"node_modules/**/*",
20+
".github/scripts/quickstart/**/*"
2021
],
2122
"plugins": [
2223
"https://plugins.dprint.dev/typescript-0.42.0.wasm"

0 commit comments

Comments
 (0)