Skip to content

Commit cc7d5c6

Browse files
committed
grumble grumble
1 parent f72e1dc commit cc7d5c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/site-kit/src/lib/markdown/renderer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ export async function convert_to_ts(js_code: string, indent = '', offset = '') {
474474
printWidth: 100,
475475
parser: 'typescript',
476476
useTabs: true,
477-
singleQuote: true
477+
singleQuote: true,
478+
trailingComma: 'none'
478479
});
479480

480481
// Indent transformed's each line by 2

0 commit comments

Comments
 (0)