diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-10-18 10:21:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-18 10:21:42 -0400 |
| commit | 0a7ba33ed13450af031503a1060389037c509ea3 (patch) | |
| tree | 456a4e343eaff0d9b21cc58d0e2b431b70c80e8f /.dprint.json | |
| parent | 63379185e2a1937f6830cbff634f178ca491672a (diff) | |
fix(fmt): keep parens for JS doc type assertions (#12475)
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 65242f064..dfda2ee67 100644 --- a/.dprint.json +++ b/.dprint.json @@ -35,7 +35,7 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.57.3.wasm", + "https://plugins.dprint.dev/typescript-0.57.4.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" |
