ESLint rules 改善 #10
nodejs.yml
on: pull_request
Matrix: integration-test
Matrix: lint
Matrix: typecheck
Matrix: unit-test
Annotations
11 errors and 1 warning
typecheck (18.16.0):
app/pages/code-of-conduct.vue#L11
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
app/pages/events.vue#L11
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
app/pages/index.vue#L15
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
app/pages/privacy.vue#L12
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
app/pages/sessions/[id].vue#L42
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
app/pages/sponsor-sessions/[id].vue#L91
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
app/pages/sponsors/[id].vue#L74
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
app/pages/users/[id].vue#L47
Type 'Meta[]' is not assignable to type 'MaybeComputedRef<Meta<{} | undefined>[]> | undefined'.
|
typecheck (18.16.0):
nuxt.config.ts#L17
Type 'Meta' is not assignable to type '{ [x: `data-${string}`]: Stringable | undefined; content?: Stringable | (Stringable | undefined)[] | null | undefined; name?: MetaNames | { ...; } | undefined; ... 14 more ...; processTemplateParams?: false | undefined; } | { ...; } | undefined'.
|
typecheck (18.16.0):
nuxt.config.ts#L18
Type 'Meta' is not assignable to type '{ [x: `data-${string}`]: Stringable | undefined; content?: Stringable | (Stringable | undefined)[] | null | undefined; name?: MetaNames | { ...; } | undefined; ... 14 more ...; processTemplateParams?: false | undefined; } | { ...; } | undefined'.
|
integration-test (18.16.0)
Process completed with exit code 1.
|
integration-test (18.16.0)
No files were found with the provided path: ./tests/cypress/videos. No artifacts will be uploaded.
|