Clean up documentation per the documentation conventions #1007
Annotations
10 warnings
|
typescript(no-unnecessary-type-assertion):
src/tools/extensions/neowiki/neowiki-list-schemas.ts#L35
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/tools/extensions/cargo/cargo-query.ts#L61
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/tools/extensions/smw/smw-query.ts#L57
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/tools/extensions/cargo/cargo-describe-table.ts#L32
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/tools/extensions/cargo/cargo-list-tables.ts#L16
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/results/response.ts#L39
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/tools/extensions/bucket/bucket-query.ts#L39
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/results/response.ts#L19
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-unnecessary-type-assertion):
src/transport/ssrfGuard.ts#L147
This assertion is unnecessary since the receiver accepts the original type of the expression.
|
|
typescript(no-explicit-any):
tests/auth/authorizationServer/consent.test.ts#L19
Unexpected `any`. Specify a different type.
|