Prettier 1.19.0
Playground link
Input:
const getUnusedAuthorizationHoldDocuments = async (): Promise<DocumentData[]> => {}
Output:
const getUnusedAuthorizationHoldDocuments = async (): Promise<DocumentData[]> => {};
Expected behavior:
const getUnusedAuthorizationHoldDocuments = async (): Promise<
DocumentData[]
> => {}
Prettier 1.19.0
Playground link
Input:
Output:
Expected behavior: