CI #28
ci.yml
on: schedule
ESLint
7s
TypeScript Compiler
8s
Annotations
17 errors and 2 warnings
ESLint:
background.js#L767
Unexpected `await` inside a loop
|
ESLint:
background.js#L769
Unexpected `await` inside a loop
|
ESLint:
background.js#L938
Unexpected `await` inside a loop
|
ESLint:
background.js#L978
Expected to return a value at the end of async arrow function
|
ESLint:
popup/popup.js#L156
'event' is defined but never used
|
ESLint:
popup/popup.js#L202
'event' is defined but never used
|
ESLint
Process completed with exit code 1.
|
TypeScript Compiler:
background.js#L50
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L52
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L60
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L64
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L69
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L245
Object is possibly 'undefined'.
|
TypeScript Compiler:
background.js#L245
Expected 1-2 arguments, but got 0.
|
TypeScript Compiler:
background.js#L329
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
|
TypeScript Compiler:
background.js#L349
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
|
TypeScript Compiler:
background.js#L376
Argument of type 'Uint8Array | null' is not assignable to parameter of type 'Uint8Array'.
|
ESLint:
background.js#L876
Unexpected negated condition
|
ESLint:
management/modules/CustomOptionTriggers.js#L55
Arrow function should not return assignment
|