- route /status
that was originally introduced in 2019: 3460ecc10fd…
#59
Annotations
10 errors and 4 warnings
Run yarn run eslint src:
fe/src/views/User.vue#L59
Unsafe assignment of an `any` value
|
Run yarn run eslint src:
fe/src/views/User.vue#L59
Unsafe call of an `any` typed value
|
Run yarn run eslint src:
fe/src/views/User.vue#L59
Unsafe call of an `any` typed value
|
Run yarn run eslint src:
fe/src/views/User.vue#L59
Unsafe member access .finally on an `any` value
|
Run yarn run eslint src:
fe/src/views/User.vue#L68
Unsafe assignment of type any[] to a variable of type { pages: { currentCursor: string; nextCursor: string | null; }; users: { uid: number; name: string | null; displayName: string | null; portrait: string; portraitUpdatedAt: number | null; ... 7 more ...; updatedAt: number | null; }[]; }[]
|
Run yarn run eslint src:
fe/src/views/User.vue#L70
Unsafe return of an `any` typed value
|
Run yarn run eslint src:
fe/src/views/User.vue#L70
Unsafe member access .pages on an `any` value
|
Run yarn run eslint src:
fe/src/views/User.vue#L73
Unsafe member access .pages on an `any` value
|
Run yarn run eslint src:
fe/src/views/User.vue#L83
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Run yarn run eslint src
Process completed with exit code 2.
|
Run yarn run eslint src:
fe/src/components/Post/renderers/RendererTable.vue#L56
'v-html' directive can lead to XSS attack
|
Run yarn run eslint src:
fe/src/components/Post/renderers/RendererTable.vue#L76
'v-html' directive can lead to XSS attack
|
Run yarn run eslint src:
fe/src/components/Post/renderers/list/ReplyItem.vue#L36
'v-html' directive can lead to XSS attack
|
Run yarn run eslint src:
fe/src/components/Post/renderers/list/SubReplyGroup.vue#L28
'v-html' directive can lead to XSS attack
|
The logs for this run have expired and are no longer available.
Loading