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:
committed by
Facebook Github Bot
parent
677f7b5b5f
commit
f2d12f1025
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user