Pick redis push tl #180
lint.yml
on: pull_request
pnpm_install
57s
Matrix: lint
Matrix: typecheck
Annotations
3 errors and 10 warnings
typecheck (backend)
Property 'userListUserId' does not exist on type 'MiUserListJoining'. Did you mean 'userListId'?
|
typecheck (backend)
Conversion of type '{ id: string; createdAt: Date; userId: string; userListId: string; userListUserId: string; }' to type 'MiUserListJoining' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
typecheck (backend)
Process completed with exit code 1.
|
lint (misskey-js):
packages/misskey-js/src/acct.ts#L7
Assignment to function parameter 'acct'
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L10
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L13
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L25
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L33
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L36
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L57
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L57
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L57
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L100
Unexpected any. Specify a different type
|