forked from systemfsoftware/systemfsoftware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdprint.json
More file actions
32 lines (32 loc) · 849 Bytes
/
Copy pathdprint.json
File metadata and controls
32 lines (32 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"lineWidth": 120,
"typescript": {
"semiColons": "asi",
"quoteStyle": "preferSingle",
"trailingCommas": "onlyMultiLine",
"binaryExpression.operatorPosition": "sameLine"
},
"json": {},
"markdown": {},
"toml": {},
"yaml": {},
"excludes": [
"**/node_modules",
"**/dist",
"**/*-lock.json",
".turbo",
"pnpm-lock.yaml",
"**/etc/*.api.md",
"vendor/**",
"repos/**",
"packages/stryker-js/typescript-checker/testResources/errors/invalid-tsconfig/tsconfig.json",
"**/snapshots/*.md"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.91.7.wasm",
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
]
}