File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
" !**/__fixtures__/**/dist/" ,
5
5
" !**/__fixtures__/**/node_modules/" ,
6
6
" !**/typings/**/dist/" ,
7
+ " !scratch.ts" ,
7
8
" **/*.patch" ,
8
9
" **/*.snap" ,
9
- " **/*.ts.txt" ,
10
10
" **/*config.*.timestamp*" ,
11
11
" **/.temp/" ,
12
12
" **/.vercel/" ,
35
35
},
36
36
{
37
37
"command" : " node ./dprint/shfmt.mjs {{file_path}}" ,
38
- "exts" : [" sh" , " txt " , " zsh" ],
38
+ "exts" : [" sh" , " zsh" ],
39
39
"fileNames" : [
40
40
" .editorconfig" ,
41
41
" .env" ,
82
82
},
83
83
"newLineKind" : " lf" ,
84
84
"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" ,
88
88
" https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7"
89
89
],
90
90
"typescript" : {
You can’t perform that action at this time.
0 commit comments