chore: add heartbeat #1701
Annotations
10 errors
pr (lint):
packages/extension/src/background.ts#L82
Promise returned in function argument where a void return was expected
|
pr (lint):
packages/extension/src/background.ts#L84
Missing semicolon
|
pr (lint):
packages/extension/src/background.ts#L91
Expected { after 'if' condition
|
pr (lint):
packages/extension/src/background.ts#L91
Missing semicolon
|
pr (lint):
packages/extension/src/background.ts#L93
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
|
pr (lint):
packages/extension/src/background.ts#L93
Strings must use singlequote
|
pr (lint):
packages/extension/src/background.ts#L94
Unexpected trailing comma
|
pr (lint):
packages/extension/src/background.ts#L95
Missing semicolon
|
pr (lint):
packages/extension/src/background.ts#L96
Missing semicolon
|
pr (lint):
packages/extension/src/background.ts#L98
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
|