2022-01-20 08:32:09 +00:00
|
|
|
{
|
|
|
|
"incremental": true,
|
2022-05-07 00:47:30 +00:00
|
|
|
"typescript": {
|
|
|
|
"indentWidth": 4
|
|
|
|
},
|
2022-01-20 08:32:09 +00:00
|
|
|
"json": {},
|
|
|
|
"markdown": {
|
|
|
|
"lineWidth": 100
|
|
|
|
},
|
|
|
|
"toml": {},
|
|
|
|
"includes": [
|
|
|
|
"docs/**/*.{ts,js,cjs,mjs}",
|
|
|
|
"**/*.{md,toml,json}"
|
|
|
|
],
|
|
|
|
"excludes": [
|
2022-04-15 21:34:27 +00:00
|
|
|
"CHANGELOG.md",
|
2022-02-15 17:45:41 +00:00
|
|
|
"docs/.vuepress/dist/**",
|
2022-01-20 08:32:09 +00:00
|
|
|
"**/node_modules",
|
|
|
|
"**/*-lock.json",
|
|
|
|
".github/*",
|
|
|
|
"docs/ar-SA/**",
|
|
|
|
"docs/ckb-IR/**",
|
|
|
|
"docs/de-DE/**",
|
|
|
|
"docs/es-ES/**",
|
|
|
|
"docs/fr-FR/**",
|
|
|
|
"docs/id-ID/**",
|
|
|
|
"docs/it-IT/**",
|
|
|
|
"docs/ja-JP/**",
|
|
|
|
"docs/ko-KR/**",
|
|
|
|
"docs/nl-NL/**",
|
2022-12-12 05:13:20 +00:00
|
|
|
"docs/no-NO/**",
|
2022-01-20 08:32:09 +00:00
|
|
|
"docs/pl-PL/**",
|
|
|
|
"docs/pt-BR/**",
|
|
|
|
"docs/pt-PT/**",
|
|
|
|
"docs/ru-RU/**",
|
|
|
|
"docs/tr-TR/**",
|
2022-12-02 07:26:51 +00:00
|
|
|
"docs/uk-UA/**",
|
2022-01-20 08:32:09 +00:00
|
|
|
"docs/vi-VN/**",
|
|
|
|
"docs/zh-CN/**",
|
|
|
|
"docs/zh-TW/**",
|
|
|
|
"target/"
|
|
|
|
],
|
|
|
|
"plugins": [
|
2023-06-26 01:35:38 +00:00
|
|
|
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.85.1/plugin.wasm",
|
|
|
|
"https://github.com/dprint/dprint-plugin-json/releases/download/0.17.4/plugin.wasm",
|
|
|
|
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.15.3/plugin.wasm",
|
2022-10-04 02:45:39 +00:00
|
|
|
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
|
2022-01-20 08:32:09 +00:00
|
|
|
]
|
|
|
|
}
|