Skip to content

Commit 996fde5

Browse files
committed
chore: dprint config update
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent d4746c9 commit 996fde5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.dprint.jsonc

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"!**/__fixtures__/**/dist/",
55
"!**/__fixtures__/**/node_modules/",
66
"!**/typings/**/dist/",
7+
"!scratch.ts",
78
"**/*.patch",
89
"**/*.snap",
9-
"**/*.ts.txt",
1010
"**/*config.*.timestamp*",
1111
"**/.temp/",
1212
"**/.vercel/",
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"command": "node ./dprint/shfmt.mjs {{file_path}}",
38-
"exts": ["sh", "txt", "zsh"],
38+
"exts": ["sh", "zsh"],
3939
"fileNames": [
4040
".editorconfig",
4141
".env",
@@ -82,9 +82,9 @@
8282
},
8383
"newLineKind": "lf",
8484
"plugins": [
85-
"https://plugins.dprint.dev/typescript-0.90.5.wasm",
86-
"https://plugins.dprint.dev/json-0.19.2.wasm",
87-
"https://plugins.dprint.dev/markdown-0.17.0.wasm",
85+
"https://plugins.dprint.dev/typescript-0.91.2.wasm",
86+
"https://plugins.dprint.dev/json-0.19.3.wasm",
87+
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
8888
"https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7"
8989
],
9090
"typescript": {

0 commit comments

Comments
 (0)