fix lint #18
Annotations
12 warnings
check-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-lint:
src/Socket/Client/web-socket-client.ts#L7
'any' overrides all other types in this union type
|
check-lint:
src/Socket/business.ts#L17
This assertion is unnecessary since the receiver accepts the original type of the expression
|
check-lint:
src/Socket/business.ts#L68
This assertion is unnecessary since the receiver accepts the original type of the expression
|
check-lint:
src/Socket/chats.ts#L45
Type boolean trivially inferred from a boolean literal, remove type annotation
|
check-lint:
src/Socket/chats.ts#L543
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/chats.ts#L553
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/chats.ts#L561
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/chats.ts#L561
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/chats.ts#L864
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/groups.ts#L168
This assertion is unnecessary since the receiver accepts the original type of the expression
|