mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
yarn lint
rules seem to have changed a bit after upgrading packages
This commit is contained in:
+4
-3
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user