We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464d5a4 commit 90369a4Copy full SHA for 90369a4
crates/napi/dprint.json
@@ -7,17 +7,12 @@
7
"indentWidth": 2,
8
"useTabs": false
9
},
10
- "json": {
11
- "indentWidth": 2,
12
- "useTabs": false
13
- },
14
"excludes": [
15
"index.js",
16
"node_modules",
17
"**/*.min.js"
18
],
19
"plugins": [
20
- "https://plugins.dprint.dev/typescript-0.93.0.wasm",
21
- "https://plugins.dprint.dev/json-0.19.3.wasm"
+ "https://plugins.dprint.dev/typescript-0.93.0.wasm"
22
]
23
-}
+}
0 commit comments