Skip to content

Commit c6b64ce

Browse files
committed
Formatting
1 parent 38cbf09 commit c6b64ce

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/converters/dasel.ts

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,10 @@ import { ExecFileFn } from "./types";
33

44
export const properties = {
55
from: {
6-
document: [
7-
"yaml",
8-
"toml",
9-
"json",
10-
"xml",
11-
"csv",
12-
],
6+
document: ["yaml", "toml", "json", "xml", "csv"],
137
},
148
to: {
15-
document: [
16-
"yaml",
17-
"toml",
18-
"json",
19-
"csv"
20-
],
9+
document: ["yaml", "toml", "json", "csv"],
2110
},
2211
};
2312

0 commit comments

Comments
 (0)