stash: i hate ts #34
Annotations
10 errors and 1 warning
Lint code:
source/parsers/ietf-draft.ts#L42
Unsafe call of an `any` typed value.
|
Lint code:
source/parsers/ietf-draft.ts#L61
Unsafe call of an `any` typed value.
|
Lint code:
source/parsers/ietf-draft.ts#L79
Unsafe call of an `any` typed value.
|
Lint code:
source/parsers/ietf-draft.ts#L79
Unsafe call of an `any` typed value.
|
Lint code:
source/parsers/ietf-draft.ts#L80
Unsafe assignment of an `any` value.
|
Lint code:
source/parsers/ietf-draft.ts#L81
Unsafe assignment of an `any` value.
|
Lint code:
source/parsers/ietf-draft.ts#L104
This assertion is unnecessary since it does not change the type of the expression.
|
Lint code:
source/utilities.ts#L10
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.
|
Lint code:
source/utilities.ts#L11
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.
|
Lint code:
source/utilities.ts#L12
Don't use `object` as a type. The `object` type is hard to use. Use `Record<string, unknown>` instead. See: https://github.com/typescript-eslint/typescript-eslint/pull/848
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading