2020-07-14 15:24:17 -04:00
|
|
|
{
|
2020-07-22 12:29:39 -04:00
|
|
|
"incremental": true,
|
2020-07-14 15:24:17 -04:00
|
|
|
"typescript": {
|
|
|
|
"deno": true
|
|
|
|
},
|
|
|
|
"markdown": {
|
2021-03-10 08:17:24 -05:00
|
|
|
"deno": true
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"deno": true
|
2020-07-14 15:24:17 -04:00
|
|
|
},
|
2022-02-21 12:47:08 -05:00
|
|
|
"exec": {
|
|
|
|
"associations": "**/*.rs",
|
2023-01-14 23:18:58 -05:00
|
|
|
"rustfmt": "rustfmt --config imports_granularity=item"
|
2022-02-21 12:47:08 -05:00
|
|
|
},
|
2023-05-01 08:37:32 -04:00
|
|
|
"includes": [
|
|
|
|
"**/*.{ts,tsx,js,jsx,json,md,toml,rs}"
|
|
|
|
],
|
2020-07-14 15:24:17 -04:00
|
|
|
"excludes": [
|
|
|
|
".cargo_home",
|
2020-11-09 14:56:43 -05:00
|
|
|
".git",
|
2022-01-18 06:58:50 -05:00
|
|
|
"cli/bench/testdata/express-router.js",
|
2022-08-19 06:24:54 -04:00
|
|
|
"cli/bench/testdata/npm/*",
|
2023-03-21 17:01:53 -04:00
|
|
|
"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",
|
2023-02-20 10:35:04 -05:00
|
|
|
"cli/tests/node_compat/test",
|
2023-03-22 10:15:53 -04:00
|
|
|
"cli/tests/testdata/file_extensions/ts_with_js_extension.js",
|
2022-09-19 10:32:21 -04:00
|
|
|
"cli/tests/testdata/fmt/badly_formatted.json",
|
|
|
|
"cli/tests/testdata/fmt/badly_formatted.md",
|
2021-08-16 03:28:29 -04:00
|
|
|
"cli/tests/testdata/byte_order_mark.ts",
|
2022-01-17 20:10:17 -05:00
|
|
|
"cli/tests/testdata/encoding",
|
2021-09-13 14:19:10 -04:00
|
|
|
"cli/tests/testdata/fmt/*",
|
2023-05-22 21:39:59 -04:00
|
|
|
"cli/tests/testdata/lint/glob/*",
|
|
|
|
"cli/tests/testdata/test/glob/*",
|
2022-01-16 10:48:32 -05:00
|
|
|
"cli/tests/testdata/import_assertions/json_with_shebang.json",
|
2022-09-19 10:32:21 -04:00
|
|
|
"cli/tests/testdata/run/inline_js_source_map*",
|
2022-01-17 20:10:17 -05:00
|
|
|
"cli/tests/testdata/malformed_config/*",
|
2022-08-23 22:01:21 -04:00
|
|
|
"cli/tests/testdata/npm/registry/",
|
2021-11-15 09:58:04 -05:00
|
|
|
"cli/tests/testdata/test/markdown_windows.md",
|
2020-07-22 12:03:46 -04:00
|
|
|
"cli/tsc/*typescript.js",
|
2020-07-16 15:57:19 -04:00
|
|
|
"gh-pages",
|
2020-07-14 15:24:17 -04:00
|
|
|
"target",
|
2022-07-11 21:03:05 -04:00
|
|
|
"test_ffi/tests/test.js",
|
2022-01-17 20:10:17 -05:00
|
|
|
"test_util/std",
|
|
|
|
"test_util/wpt",
|
2021-01-27 09:06:18 -05:00
|
|
|
"third_party",
|
2023-03-21 09:38:07 -04:00
|
|
|
"tools/node_compat/TODO.md",
|
2023-05-15 08:22:53 -04:00
|
|
|
"tools/node_compat/node",
|
2021-01-27 09:06:18 -05:00
|
|
|
"tools/wpt/expectation.json",
|
2023-05-01 08:37:32 -04:00
|
|
|
"tools/wpt/manifest.json",
|
|
|
|
"ext/websocket/autobahn/reports"
|
2020-07-14 15:24:17 -04:00
|
|
|
],
|
|
|
|
"plugins": [
|
2023-06-05 19:03:39 -04:00
|
|
|
"https://plugins.dprint.dev/typescript-0.85.0.wasm",
|
|
|
|
"https://plugins.dprint.dev/json-0.17.3.wasm",
|
|
|
|
"https://plugins.dprint.dev/markdown-0.15.3.wasm",
|
2022-03-28 12:07:14 -04:00
|
|
|
"https://plugins.dprint.dev/toml-0.5.4.wasm",
|
2023-01-04 18:54:54 -05:00
|
|
|
"https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab"
|
2020-07-14 15:24:17 -04:00
|
|
|
]
|
|
|
|
}
|