Add tsc to check workflow #25
Annotations
15 errors
Run tsc:
src/lib/helpers/push-notifications.ts#L33
'Constants.expoConfig' is possibly 'null'.
|
Run tsc:
src/lib/helpers/push-notifications.ts#L33
'Constants.expoConfig.extra' is possibly 'undefined'.
|
Run tsc:
src/lib/weechat/connection.ts#L8
Property 'hostname' has no initializer and is not definitely assigned in the constructor.
|
Run tsc:
src/lib/weechat/connection.ts#L9
Property 'password' has no initializer and is not definitely assigned in the constructor.
|
Run tsc:
src/lib/weechat/connection.ts#L10
Property 'ssl' has no initializer and is not definitely assigned in the constructor.
|
Run tsc:
src/lib/weechat/connection.ts#L11
Property 'compressed' has no initializer and is not definitely assigned in the constructor.
|
Run tsc:
src/lib/weechat/connection.ts#L13
Property 'onSuccess' has no initializer and is not definitely assigned in the constructor.
|
Run tsc:
src/lib/weechat/connection.ts#L14
Property 'onError' has no initializer and is not definitely assigned in the constructor.
|
Run tsc:
src/lib/weechat/connection.ts#L18
Parameter 'dispatch' implicitly has an 'any' type.
|
Run tsc:
src/lib/weechat/connection.ts#L20
Type 'null' is not assignable to type 'WebSocket'.
|
Run linter:
src/lib/weechat/color-formatter.tsx#L9
Unexpected any. Specify a different type
|
Run linter:
src/lib/weechat/connection.ts#L7
Unexpected any. Specify a different type
|
Run linter:
src/lib/weechat/connection.ts#L83
Unexpected any. Specify a different type
|
Run linter
Process completed with exit code 1.
|
Run prettier
Process completed with exit code 1.
|