diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-02 18:28:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 18:28:12 -0400 |
| commit | 987716798fb3bddc9abc7e12c25a043447be5280 (patch) | |
| tree | acb14305d38d8ae78877e59e6faa66a66506eed3 /.dprint.json | |
| parent | 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (diff) | |
feat(fmt): add basic JS doc formatting (#11902)
Diffstat (limited to '.dprint.json')
| -rw-r--r-- | .dprint.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.dprint.json b/.dprint.json index 1f1ff51e8..f047592bf 100644 --- a/.dprint.json +++ b/.dprint.json @@ -36,9 +36,9 @@ "tools/wpt/manifest.json" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.53.0.wasm", - "https://plugins.dprint.dev/json-0.12.3.wasm", - "https://plugins.dprint.dev/markdown-0.9.6.wasm", + "https://plugins.dprint.dev/typescript-0.54.0.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.1.wasm" ] } |
