Skip to content

Commit bb15c72

Browse files
author
Keyan Zhang
committed
renamed recast option to flowObjectCommas
1 parent 7214e92 commit bb15c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transforms/class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = (file, api, options) => {
2020
options.printOptions || {
2121
quote: 'single',
2222
trailingComma: true,
23-
flowUsesCommas: true,
23+
flowObjectCommas: true,
2424
arrowParensAlways: true,
2525
};
2626

0 commit comments

Comments
 (0)