[WIP] Improvements to Tours #14041
js_lint.yaml
on: pull_request
client-unit-test
2m 28s
Annotations
4 errors and 10 warnings
|
client-unit-test
Process completed with exit code 2.
|
|
client-unit-test
Object literal may only specify known properties, and 'use_datasets' does not exist in type '{ tour: { description: string; name: string; requirements: ("admin" | "logged_in" | "new_history")[]; steps: { content?: string | null | undefined; element?: string | null | undefined; orphan?: boolean | ... 1 more ... | undefined; ... 6 more ...; title?: string | ... 1 more ... | undefined; }[]; tags: string[]; tit...'.
|
|
client-unit-test
Object literal may only specify known properties, and 'use_datasets' does not exist in type '{ tour: { description: string; name: string; requirements: ("admin" | "logged_in" | "new_history")[]; steps: { content?: string | null | undefined; element?: string | null | undefined; orphan?: boolean | ... 1 more ... | undefined; ... 6 more ...; title?: string | ... 1 more ... | undefined; }[]; tags: string[]; tit...'.
|
|
client-unit-test
Object literal may only specify known properties, and 'use_datasets' does not exist in type '{ tour: { description: string; name: string; requirements: ("admin" | "logged_in" | "new_history")[]; steps: { content?: string | null | undefined; element?: string | null | undefined; orphan?: boolean | ... 1 more ... | undefined; ... 6 more ...; title?: string | ... 1 more ... | undefined; }[]; tags: string[]; tit...'.
|
|
client-unit-test:
client/src/components/ChatGXY/ChatMessageCell.test.ts#L231
Unexpected any. Specify a different type
|
|
client-unit-test:
client/src/components/ChatGXY/ChatMessageCell.test.ts#L210
Unexpected any. Specify a different type
|
|
client-unit-test:
client/src/components/ChatGXY/ChatMessageCell.test.ts#L37
Unexpected any. Specify a different type
|
|
client-unit-test:
client/src/components/ChatGXY/ChatInput.test.ts#L7
Unexpected any. Specify a different type
|
|
client-unit-test:
client/src/components/BaseComponents/GTabs.vue#L198
Variable 'tab' is already declared in the upper scope
|
|
client-unit-test:
client/src/components/BaseComponents/GTabs.vue#L170
Variable 'tab' is already declared in the upper scope
|
|
client-unit-test:
client/src/components/Annotation.vue#L1
Component name "Annotation" should always be multi-word
|
|
client-unit-test:
client/src/components/Alert.vue#L37
Prop 'show' requires default value to be set
|
|
client-unit-test:
client/src/components/Alert.vue#L35
Prop 'dismissLabel' requires default value to be set
|
|
client-unit-test:
client/src/components/Alert.vue#L1
Component name "Alert" should always be multi-word
|