We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571c6ed commit f1d9254Copy full SHA for f1d9254
1 file changed
src/types.d.ts
@@ -7,7 +7,6 @@ import type { AstNode, Comment, StrictAstNode } from './slang-nodes/types.d.ts';
7
declare module 'prettier' {
8
interface ParserOptions {
9
compiler: string;
10
- experimentalTernaries: boolean;
11
}
12
13
0 commit comments