Skip to content

Commit 2239744

Browse files
committed
the type for the experimentalTernaries option is exported by prettier now
1 parent fe14f4a commit 2239744

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/types.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type { AstNode, Comment, StrictAstNode } from './slang-nodes/types.d.ts';
77
declare module 'prettier' {
88
interface ParserOptions {
99
compiler: string;
10-
experimentalTernaries: boolean;
1110
}
1211
}
1312

0 commit comments

Comments
 (0)