chore(deps): update dependency eslint-config-txo-package-typescript t… #789
Annotations
8 warnings
/ / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
/ / /:
__tests__/Config/LogConfig.ts#L25
No magic number: 2
|
/ / /:
src/Services/ResponseProcessor.ts#L21
Type parameter SUB_DATA is used only once in the function signature
|
/ / /:
src/Services/ResponseProcessor.ts#L26
Unsafe assertion from `any` detected: consider using type guards or a safer assertion
|
/ / /:
src/Services/ResponseProcessor.ts#L30
Unsafe type assertion: 'SUB_DATA' could be instantiated with an arbitrary type which could be unrelated to the original type
|
/ / /:
src/Services/ResponseProcessor.ts#L69
Prefer the safe `: unknown` for a `catch` callback variable
|
/ / /:
src/Services/ResponseProcessor.ts#L69
Expected the Promise rejection reason to be an Error
|
/ / /:
src/Services/ResponseProcessor.ts#L69
Unsafe assertion from `any` detected: consider using type guards or a safer assertion
|