diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-28 10:06:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 10:06:37 -0500 |
| commit | 1803df7d3a3406d7a21e7aa0d3e26d807d042092 (patch) | |
| tree | c98a93b9ed067eddcc4b4d4cb4ef86cd6d387050 /.dprint.json | |
| parent | 2b247be517d789a37e532849e2e40b724af0918f (diff) | |
fix(fmt): semiColons: false - handle prop with following generator and do while with no block body (#17567)
Closes #17559
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 2cc83f3ec..f2e243076 100644 --- a/.dprint.json +++ b/.dprint.json @@ -43,7 +43,7 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.80.2.wasm", + "https://plugins.dprint.dev/typescript-0.81.1.wasm", "https://plugins.dprint.dev/json-0.17.0.wasm", "https://plugins.dprint.dev/markdown-0.15.2.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", |
