summaryrefslogtreecommitdiff
path: root/.dprint.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-21 22:01:53 +0100
committerGitHub <noreply@github.com>2023-03-21 17:01:53 -0400
commit7e61e8f0e0abbf8cbd1a8c2ea21cee9ff11403c2 (patch)
tree34bbcb58480aace7e5a26450380cd852899fee0f /.dprint.json
parentcc46f6776c80ddb9320487e21ec479db0e59d270 (diff)
chore: update formatting configuration (#18331)
Diffstat (limited to '.dprint.json')
-rw-r--r--.dprint.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/.dprint.json b/.dprint.json
index 2146de4bd..303f79d1b 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -13,15 +13,19 @@
"associations": "**/*.rs",
"rustfmt": "rustfmt --config imports_granularity=item"
},
- "includes": [
- "**/*.{ts,tsx,js,jsx,json,md,toml,rs}"
- ],
+ "includes": ["**/*.{ts,tsx,js,jsx,json,md,toml,rs}"],
"excludes": [
".cargo_home",
".git",
"cli/bench/testdata/express-router.js",
"cli/bench/testdata/npm/*",
- "cli/tsc/dts/*.d.ts",
+ "cli/tsc/dts/lib.d.ts",
+ "cli/tsc/dts/lib.scripthost.d.ts",
+ "cli/tsc/dts/lib.decorators*.d.ts",
+ "cli/tsc/dts/lib.webworker*.d.ts",
+ "cli/tsc/dts/lib.dom*.d.ts",
+ "cli/tsc/dts/lib.es*.d.ts",
+ "cli/tsc/dts/typescript.d.ts",
"cli/tests/node_compat/test",
"cli/tests/testdata/fmt/badly_formatted.json",
"cli/tests/testdata/fmt/badly_formatted.md",
@@ -46,7 +50,7 @@
"tools/wpt/manifest.json"
],
"plugins": [
- "https://plugins.dprint.dev/typescript-0.81.1.wasm",
+ "https://plugins.dprint.dev/typescript-0.84.0.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",