diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-08 09:15:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-08 09:15:19 -0400 |
| commit | a037ed77a2b2dbef1d2c4175c0401738a13f13bd (patch) | |
| tree | c5ab124149a7a316a5b7558dd2bc8f3aa3931c84 /.dprint.json | |
| parent | 557b11b7657e1628082c271a9cece550b3c496fc (diff) | |
fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#20093)
This is for when semiColons: false
Closes #20089
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 6def37f58..29ac6d825 100644 --- a/.dprint.json +++ b/.dprint.json @@ -55,7 +55,7 @@ "ext/websocket/autobahn/reports" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.85.1.wasm", + "https://plugins.dprint.dev/typescript-0.86.1.wasm", "https://plugins.dprint.dev/json-0.17.4.wasm", "https://plugins.dprint.dev/markdown-0.15.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", |
