mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"incremental": true,
|
|
"typescript": {
|
|
"deno": true
|
|
},
|
|
"markdown": {
|
|
"deno": true
|
|
},
|
|
"json": {
|
|
"deno": true
|
|
},
|
|
"exec": {
|
|
"associations": "**/*.rs",
|
|
"rustfmt": "rustfmt"
|
|
},
|
|
"includes": [
|
|
"**/*.{ts,tsx,js,jsx,json,md,toml,rs}"
|
|
],
|
|
"excludes": [
|
|
".cargo_home",
|
|
".git",
|
|
"cli/bench/testdata/express-router.js",
|
|
"cli/dts/lib.d.ts",
|
|
"cli/dts/lib.dom*",
|
|
"cli/dts/lib.es*",
|
|
"cli/dts/lib.scripthost.d.ts",
|
|
"cli/dts/lib.webworker*.d.ts",
|
|
"cli/dts/typescript.d.ts",
|
|
"cli/tests/testdata/badly_formatted.json",
|
|
"cli/tests/testdata/badly_formatted.md",
|
|
"cli/tests/testdata/byte_order_mark.ts",
|
|
"cli/tests/testdata/encoding",
|
|
"cli/tests/testdata/fmt/*",
|
|
"cli/tests/testdata/import_assertions/json_with_shebang.json",
|
|
"cli/tests/testdata/inline_js_source_map*",
|
|
"cli/tests/testdata/malformed_config/*",
|
|
"cli/tests/testdata/test/markdown_windows.md",
|
|
"cli/tsc/*typescript.js",
|
|
"gh-pages",
|
|
"target",
|
|
"test_util/std",
|
|
"test_util/wpt",
|
|
"third_party",
|
|
"tools/wpt/expectation.json",
|
|
"tools/wpt/manifest.json"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/typescript-0.66.0.wasm",
|
|
"https://plugins.dprint.dev/json-0.15.0.wasm",
|
|
"https://plugins.dprint.dev/markdown-0.13.0.wasm",
|
|
"https://plugins.dprint.dev/toml-0.5.4.wasm",
|
|
"https://plugins.dprint.dev/exec-0.2.1.exe-plugin@0a89a91810a212d9413e26d8946d41fbab3e2b5400362d764a1523839c4d78ea"
|
|
]
|
|
}
|