yarn lint

rules seem to have changed a bit after upgrading packages
This commit is contained in:
David Lechner
2021-05-11 12:45:43 -05:00
parent efb86b5a5c
commit ec6753c314
13 changed files with 212 additions and 156 deletions
+4 -3
View File
@@ -59,9 +59,10 @@ export function didCheckForUpdate(updateFound: boolean): AppDidCheckForUpdateAct
}
/* Action that indicates the browser wants to prompt the use to install the app. */
export type AppDidBeforeInstallPromptAction = Action<AppActionType.DidBeforeInstallPrompt> & {
event: BeforeInstallPromptEvent;
};
export type AppDidBeforeInstallPromptAction =
Action<AppActionType.DidBeforeInstallPrompt> & {
event: BeforeInstallPromptEvent;
};
/* Action that indicates the browser wants to prompt the use to install the app. */
export function didBeforeInstallPrompt(