-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdprint.json
More file actions
37 lines (32 loc) · 922 Bytes
/
Copy pathdprint.json
File metadata and controls
37 lines (32 loc) · 922 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
33
34
35
36
37
{
"$schema": "https://dprint.dev/schemas/v0.json",
"lineWidth": 100,
"useTabs": true,
"typescript": {
"quoteStyle": "preferDouble",
"module.sortImportDeclarations": "maintain"
},
"markup": {
"component.selfClosing": true
},
"excludes": [
"CODE_OF_CONDUCT.md",
"LICENSE.md",
"SECURITY.md",
"**/dist",
"**/node_modules",
"**/*-lock.json",
"**/*.lock",
"data/**",
"e2e/.scratch/**",
"e2e/test-results/**",
"e2e/playwright-report/**"
],
"plugins": [
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.95.13/plugin.wasm",
"https://github.com/dprint/dprint-plugin-json/releases/download/0.21.0/plugin.wasm",
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.20.0/plugin.wasm",
"https://github.com/g-plane/malva/releases/download/v0.16.0/plugin.wasm",
"https://github.com/g-plane/markup_fmt/releases/download/v0.23.4/plugin.wasm"
]
}