Merge branch 'main' of https://github.com/politicker/budgeted #152
Annotations
10 errors
lint:
electron/main/contexts/updates.ts#L9
'isOsx' is assigned a value but never used
|
lint:
electron/main/contexts/updates.ts#L21
Unsafe call of an `any` typed value
|
lint:
electron/main/contexts/updates.ts#L21
Forbidden non-null assertion
|
lint:
electron/main/contexts/updates.ts#L21
This assertion is unnecessary since it does not change the type of the expression
|
lint:
electron/main/contexts/updates.ts#L21
Unsafe member access .webContents on an `any` value
|
lint:
electron/main/contexts/updates.ts#L27
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
electron/main/contexts/updates.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
electron/main/contexts/updates.ts#L43
Async method 'needUpdate' has no 'await' expression
|
lint:
electron/main/contexts/updates.ts#L45
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
electron/main/contexts/updates.ts#L50
Async method 'checkForUpdates' has no 'await' expression
|