We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33048b commit ba13425Copy full SHA for ba13425
1 file changed
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
"**/*.{ts,tsx,js,jsx,mjs}"
87
],
88
"plugins": [
89
- "https://plugins.dprint.dev/json-${{ steps.get_tag_version.outputs.TAG_VERSION }}.wasm"
+ "https://plugins.dprint.dev/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.wasm"
90
]
91
}
92
```
0 commit comments