Fixed a bunch of prettier errors after upgrading

Summary: prettier upgrade uncovered more errors

Reviewed By: passy

Differential Revision: D18474908

fbshipit-source-id: b1553000fb3386f2bbd9defdd3332618e4b9c867
This commit is contained in:
Michel Weststrate
2019-11-13 08:34:45 -08:00
committed by Facebook Github Bot
parent 677f7b5b5f
commit f2d12f1025
22 changed files with 167 additions and 169 deletions

View File

@@ -82,12 +82,10 @@ export abstract class FlipperBasePlugin<
static icon: string | null = null;
static gatekeeper: string | null = null;
static entry: string | null = null;
static bugs:
| ({
email?: string;
url?: string;
})
| null = null;
static bugs: {
email?: string;
url?: string;
} | null = null;
static keyboardActions: KeyboardActions | null;
static screenshot: string | null;
static defaultPersistedState: any;