summaryrefslogtreecommitdiff
path: root/.dprint.json
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-10-21 10:18:18 -0400
committerGitHub <noreply@github.com>2021-10-21 10:18:18 -0400
commit43cd0459b9ca383f18ca5b01b8c48e77737c3f1d (patch)
tree05eababf594247aaebc3d4f4f4a2a0f36415f2cb /.dprint.json
parent299702161533d731db799f1bb6c7c95fd92c0c11 (diff)
fix(lsp): formatting should error on certain additional swc diagnostics (#12491)
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json
index dfda2ee67..8480542ed 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -35,7 +35,7 @@
"tools/wpt/manifest.json"
],
"plugins": [
- "https://plugins.dprint.dev/typescript-0.57.4.wasm",
+ "https://plugins.dprint.dev/typescript-0.58.1.wasm",
"https://plugins.dprint.dev/json-0.13.0.wasm",
"https://plugins.dprint.dev/markdown-0.10.0.wasm",
"https://plugins.dprint.dev/toml-0.5.2.wasm"