summaryrefslogtreecommitdiff
path: root/.dprint.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-12-10 09:12:21 +1100
committerGitHub <noreply@github.com>2021-12-10 09:12:21 +1100
commit345f0fbe5cdaa71af067c7072537f1823fe4ada5 (patch)
treec37062607fe23ef9d1826c1d43a10a712b827f3c /.dprint.json
parenta3d024ac2ec8d73f7bf268823866d2342d1c1eb1 (diff)
feat(cli): update to TypeScript 4.5 (#12410)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.dprint.json b/.dprint.json
index 62d0ef6e7..a0d769094 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -9,7 +9,9 @@
"json": {
"deno": true
},
- "includes": ["**/*.{ts,tsx,js,jsx,json,md,toml}"],
+ "includes": [
+ "**/*.{ts,tsx,js,jsx,json,md,toml}"
+ ],
"excludes": [
".cargo_home",
".git",
@@ -36,7 +38,7 @@
"tools/wpt/manifest.json"
],
"plugins": [
- "https://plugins.dprint.dev/typescript-0.59.2.wasm",
+ "https://plugins.dprint.dev/typescript-0.60.0.wasm",
"https://plugins.dprint.dev/json-0.13.2.wasm",
"https://plugins.dprint.dev/markdown-0.11.3.wasm",
"https://plugins.dprint.dev/toml-0.5.3.wasm"