mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-21 08:30:24 +00:00
fix(prettier): add missing prop
This commit is contained in:
Vendored
+1
@@ -107,6 +107,7 @@ export interface RequiredOptions extends doc.printer.Options {
|
||||
export interface ParserOptions extends RequiredOptions {
|
||||
locStart: (node: any) => number;
|
||||
locEnd: (node: any) => number;
|
||||
originalText: string;
|
||||
}
|
||||
|
||||
export interface Plugin {
|
||||
|
||||
Reference in New Issue
Block a user