mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
We missed a couple directories with previous attempts to turn this on globally: app/ and libtextsecure/ Not to mention files in places we didn't expect: ts files that weren't in the ts directory! This turns prettier on for every file we care about (js, ts, tsx, md) everywhere in the project but for a few key parts.
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
export function deferredToPromise<T>(
|
|
deferred: JQuery.Deferred<any, any, any>
|
|
): Promise<T>;
|