Skip to content

Commit 9882459

Browse files
committed
update types to match readme
1 parent 14d1a5f commit 9882459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ export interface PrintOptions {
8181
sourceMapContent?: string;
8282
sourceMapEncodeMappings?: boolean; // default true
8383
indent?: string; // default tab
84-
quote?: 'single' | 'double'; // default single
84+
quotes?: 'single' | 'double'; // default single
8585
}

0 commit comments

Comments
 (0)