mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
0022c35a23
Towards #22525 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com>
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"typescript": {
|
|
"deno": true
|
|
},
|
|
"markdown": {
|
|
"deno": true
|
|
},
|
|
"json": {
|
|
"deno": true
|
|
},
|
|
"exec": {
|
|
"commands": [{
|
|
"command": "rustfmt --config imports_granularity=item",
|
|
"exts": ["rs"]
|
|
}]
|
|
},
|
|
"excludes": [
|
|
".cargo_home",
|
|
".git",
|
|
"cli/bench/testdata/express-router.js",
|
|
"cli/bench/testdata/npm/",
|
|
"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",
|
|
"tests/testdata/file_extensions/ts_with_js_extension.js",
|
|
"tests/testdata/fmt/badly_formatted.json",
|
|
"tests/testdata/fmt/badly_formatted.md",
|
|
"tests/testdata/fmt/badly_formatted.ipynb",
|
|
"tests/testdata/byte_order_mark.ts",
|
|
"tests/testdata/encoding",
|
|
"tests/testdata/fmt/",
|
|
"tests/testdata/lint/glob/",
|
|
"tests/testdata/test/glob/",
|
|
"tests/testdata/import_attributes/json_with_shebang.json",
|
|
"tests/testdata/run/error_syntax_empty_trailing_line.mjs",
|
|
"tests/testdata/run/inline_js_source_map*",
|
|
"tests/testdata/malformed_config/",
|
|
"tests/testdata/npm/registry/",
|
|
"tests/testdata/test/markdown_windows.md",
|
|
"cli/tsc/*typescript.js",
|
|
"gh-pages",
|
|
"target",
|
|
"tests/ffi/tests/test.js",
|
|
"tests/util/std",
|
|
"tests/wpt/suite",
|
|
"third_party",
|
|
"tools/node_compat/TODO.md",
|
|
"tools/node_compat/node",
|
|
"tests/wpt/runner/expectation.json",
|
|
"tests/wpt/runner/manifest.json",
|
|
"ext/websocket/autobahn/reports"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.89.3.wasm",
|
|
"https://plugins.dprint.dev/json-0.19.2.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.16.4.wasm",
|
|
"https://plugins.dprint.dev/toml-0.6.1.wasm",
|
|
"https://plugins.dprint.dev/exec-0.4.4.json@c207bf9b9a4ee1f0ecb75c594f774924baf62e8e53a2ce9d873816a408cecbf7"
|
|
]
|
|
}
|