Migrate to eslint
This commit is contained in:

committed by
Josh Perez

parent
0fe7e30398
commit
b4e9c278d3
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
@@ -72,6 +72,7 @@ declare global {
|
||||
reduxActions: ReduxActions;
|
||||
restart: () => void;
|
||||
showWindow: () => void;
|
||||
showSettings: () => void;
|
||||
setBadgeCount: (count: number) => void;
|
||||
storage: {
|
||||
put: (key: string, value: any) => void;
|
||||
|
Reference in New Issue
Block a user