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