bundle with pkgroll & convert to module #8
Annotations
10 errors
Lint:
src/github-service.test.ts#L16
'prNumber' is assigned a value but never used
|
Lint:
src/github-service.test.ts#L17
'branchName' is assigned a value but never used
|
Lint:
src/github-service.ts#L23
'error' is defined but never used
|
Lint:
src/github-service.ts#L63
Expected an assignment or function call and instead saw an expression
|
Lint:
src/github-service.ts#L70
Missing return type on function
|
Lint:
src/github-service.ts#L70
Unexpected any. Specify a different type
|
Lint:
src/github-service.ts#L72
Unsafe assignment of an `any` value
|
Lint:
src/github-service.ts#L72
Unsafe member access .path on an `any` value
|
Lint:
src/github-service.ts#L72
Unsafe member access .path on an `any` value
|
Lint:
src/github-service.ts#L73
Unsafe member access .type on an `any` value
|
Loading