diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-10-16 14:57:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-16 14:57:45 -0400 |
| commit | 62f6865f7c8fa93cb994623bb1befa071e5ad4e8 (patch) | |
| tree | 9ab3bb149f042f0d5870b84014d959d93eaf3775 /.dprint.json | |
| parent | 004d07dccd69c9fae8370665632d90401f770938 (diff) | |
fix: fmt should not remove parens around sequence expressions (#12461)
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 6e6b17eb4..65242f064 100644 --- a/.dprint.json +++ b/.dprint.json @@ -35,7 +35,7 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.57.1.wasm", + "https://plugins.dprint.dev/typescript-0.57.3.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" |
