-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)Issues affecting TypeScript-specific constructs (not general JS issues)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:testsIssues about tests that are not correct, should be added, or similarIssues about tests that are not correct, should be added, or similar
Description
Prettier 1.19.0
Playground link
--parser typescriptInput:
const getUnusedAuthorizationHoldDocuments = async (): Promise<DocumentData[]> => {}Output:
const getUnusedAuthorizationHoldDocuments = async (): Promise<DocumentData[]> => {};Expected behavior:
const getUnusedAuthorizationHoldDocuments = async (): Promise<
DocumentData[]
> => {}liolick, Shinigami92 and PomanoBnin-jin
Metadata
Metadata
Assignees
Labels
lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)Issues affecting TypeScript-specific constructs (not general JS issues)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:testsIssues about tests that are not correct, should be added, or similarIssues about tests that are not correct, should be added, or similar