mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #47036 Update prettier to include new config by @ntotten
* Update prettier to include new config * Update index.d.ts
This commit is contained in:
parent
b392c8a4a9
commit
352d27df82
7
types/prettier/index.d.ts
vendored
7
types/prettier/index.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for prettier 2.0
|
||||
// Type definitions for prettier 2.1
|
||||
// Project: https://github.com/prettier/prettier, https://prettier.io
|
||||
// Definitions by: Ika <https://github.com/ikatyang>,
|
||||
// Ifiok Jr. <https://github.com/ifiokjr>,
|
||||
@ -145,6 +145,11 @@ export interface RequiredOptions extends doc.printer.Options {
|
||||
* @default false
|
||||
*/
|
||||
vueIndentScriptAndStyle: boolean;
|
||||
/**
|
||||
* Control whether Prettier formats quoted code embedded in the file.
|
||||
* @default 'auto'
|
||||
*/
|
||||
embeddedLanguageFormatting: 'auto' | 'off';
|
||||
}
|
||||
|
||||
export interface ParserOptions extends RequiredOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user