diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-05-08 18:53:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 00:53:58 +0200 |
| commit | 723d4b038203e35f5be6d11088a7288e6d709869 (patch) | |
| tree | 76f731d82176a324210453561fb1b27a54beaa88 /.dprint.json | |
| parent | 1f9d47b174a148dcfef2c86cfabd51b0b75f0dc7 (diff) | |
perf(fmt): faster formatting for minified object literals (#19050)
Has fix for
https://github.com/dprint/dprint-plugin-typescript/issues/520
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dprint.json b/.dprint.json index 07124d662..e1caea7fe 100644 --- a/.dprint.json +++ b/.dprint.json @@ -54,7 +54,7 @@ "ext/websocket/autobahn/reports" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.84.2.wasm", + "https://plugins.dprint.dev/typescript-0.84.4.wasm", "https://plugins.dprint.dev/json-0.17.2.wasm", "https://plugins.dprint.dev/markdown-0.15.2.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", |
