Skip to content

Commit 90369a4

Browse files
fix: remove json format
1 parent 464d5a4 commit 90369a4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

crates/napi/dprint.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@
77
"indentWidth": 2,
88
"useTabs": false
99
},
10-
"json": {
11-
"indentWidth": 2,
12-
"useTabs": false
13-
},
1410
"excludes": [
1511
"index.js",
1612
"node_modules",
1713
"**/*.min.js"
1814
],
1915
"plugins": [
20-
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
21-
"https://plugins.dprint.dev/json-0.19.3.wasm"
16+
"https://plugins.dprint.dev/typescript-0.93.0.wasm"
2217
]
23-
}
18+
}

0 commit comments

Comments
 (0)