Prettier 2.1.1
Playground link
Input:
const firestorePersonallyIdentifiablePaths: Array<Collections.Users.Entity> = somefunc();
Output:
const firestorePersonallyIdentifiablePaths: Array<Collections.Users.Entity> = somefunc();
Expected behavior:
const firestorePersonallyIdentifiablePaths: Array<Collections.Users.Entity> =
somefunc();