enhance(backend): refine system account #23123
lint.yml
on: pull_request
pnpm_install
34s
Matrix: lint
Matrix: typecheck
Annotations
10 errors and 2 warnings
typecheck (backend)
Cannot find module '@/core/InstanceActorService.js' or its corresponding type declarations.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
typecheck (backend)
Cannot find module '@/core/CreateSystemUserService.js' or its corresponding type declarations.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
typecheck (backend)
Object literal may only specify known properties, and 'isRoot' does not exist in type 'Partial<MiUser>'.
|
lint (misskey-reversi):
packages/misskey-reversi/src/serializer.ts#L25
Unnecessary conditional, comparison is always true, since `"put" === "put"` is true
|
lint (misskey-reversi):
packages/misskey-reversi/src/serializer.ts#L88
Unnecessary conditional, comparison is always true, since `"put" === "put"` is true
|