We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0413e57 commit d1f4a3aCopy full SHA for d1f4a3a
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