Skip to content

Commit c440a9d

Browse files
authored
Fix TypeScript doc comment (#61)
1 parent 34b79cb commit c440a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export interface Options {
22
/**
33
Strip trailing commas in addition to comments.
44
5-
@default true
5+
@default false
66
*/
77
readonly trailingCommas?: boolean;
88

0 commit comments

Comments
 (0)