CI #20
ci.yml
on: schedule
ESLint
9s
TypeScript Compiler
10s
Annotations
20 errors and 4 warnings
ESLint:
background.js#L582
'numberFormat' is not defined
|
ESLint:
background.js#L599
'numberFormat' is not defined
|
ESLint:
background.js#L637
'outputunit' is not defined
|
ESLint:
background.js#L637
'outputunit' is not defined
|
ESLint:
background.js#L765
Unexpected `await` inside a loop
|
ESLint:
background.js#L767
Unexpected `await` inside a loop
|
ESLint:
background.js#L836
'numberFormat' is not defined
|
ESLint:
background.js#L869
'tab' is defined but never used
|
ESLint:
background.js#L894
'tab' is defined but never used
|
ESLint:
background.js#L935
Unexpected `await` inside a loop
|
TypeScript Compiler:
background.js#L48
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L50
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L58
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L62
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L67
Cannot find name 'browser'.
|
TypeScript Compiler:
background.js#L243
Object is possibly 'undefined'.
|
TypeScript Compiler:
background.js#L243
Expected 1-2 arguments, but got 0.
|
TypeScript Compiler:
background.js#L327
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
|
TypeScript Compiler:
background.js#L347
Argument of type 'CryptoKey | undefined' is not assignable to parameter of type 'CryptoKey'.
|
TypeScript Compiler:
background.js#L374
Argument of type 'Uint8Array | null' is not assignable to parameter of type 'Uint8Array'.
|
ESLint:
background.js#L582
Unexpected trailing comma
|
ESLint:
background.js#L599
Unexpected trailing comma
|
ESLint:
background.js#L873
Unexpected negated condition
|
ESLint:
management/modules/CustomOptionTriggers.js#L55
Arrow function should not return assignment
|