diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-06-12 21:00:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-12 21:00:21 -0400 |
| commit | 5fffb77d0602c76ac5cf1bdcde1255eba9ec0129 (patch) | |
| tree | 2ee63421578b26029fbc1a1e4031a694cfb74d57 /.dprint.json | |
| parent | 271cd7afc9f229d02057b5fd1a6b382ec1ec4eba (diff) | |
feat(fmt): remove some unnecessary parens in types (#14841)
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 1b99bfde8..9e16a7960 100644 --- a/.dprint.json +++ b/.dprint.json @@ -45,7 +45,7 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.68.4.wasm", + "https://plugins.dprint.dev/typescript-0.69.1.wasm", "https://plugins.dprint.dev/json-0.15.3.wasm", "https://plugins.dprint.dev/markdown-0.13.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", |
