deps: skuba 7.5.0 #79
Annotations
10 errors
Lint & Test:
src/run.ts#L2
Import "Package" is only used as types
|
Lint & Test
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Lint & Test
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Lint & Test
Argument of type 'Package | undefined' is not assignable to parameter of type 'Package'.
|
Lint & Test:
src/run.ts#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
|
Lint & Test:
src/run.ts#L17
Unsafe assignment of an `any` value
|
Lint & Test:
src/run.ts#L17
Unsafe call of an `any` typed value
|
Lint & Test:
src/run.ts#L17
Unsafe member access .cwd on an `any` value
|
Lint & Test:
src/run.ts#L17
Async arrow function 'run' has no 'await' expression
|
Lint & Test:
src/run.ts#L18
Unsafe assignment of an `any` value
|