Skip to content

feat: iframe chatbot full screen + prettier fix #97

feat: iframe chatbot full screen + prettier fix

feat: iframe chatbot full screen + prettier fix #97

Triggered via push November 21, 2024 18:07
Status Failure
Total duration 1m 9s
Artifacts

tests.yml

on: push
Matrix: Check code using Prettier and ESLint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
Check code using Prettier and ESLint (ubuntu-latest, 20): pages/chatbot-iframe/[uuid].vue#L13
't' is assigned a value but never used. Allowed unused vars must match /^_/u
Check code using Prettier and ESLint (ubuntu-latest, 20): pages/chatbot-iframe/[uuid].vue#L19
'sessionId' is assigned a value but never used. Allowed unused vars must match /^_/u
Check code using Prettier and ESLint (ubuntu-latest, 20): pages/chatbot/[id].vue#L49
't' is assigned a value but never used. Allowed unused vars must match /^_/u
Check code using Prettier and ESLint (ubuntu-latest, 20)
Process completed with exit code 1.
Check code using Prettier and ESLint (ubuntu-latest, 20): components/ChatZone.vue#L61
Prop "isDemoChatbot" should define at least its type
Check code using Prettier and ESLint (ubuntu-latest, 20): components/ChatZone.vue#L61
Prop "messagesLeft" should define at least its type
Check code using Prettier and ESLint (ubuntu-latest, 20): components/ChatZone.vue#L61
Prop "collection" should define at least its type
Check code using Prettier and ESLint (ubuntu-latest, 20): components/ChatZone.vue#L61
Prop "isEmbedded" should define at least its type
Check code using Prettier and ESLint (ubuntu-latest, 20): pages/chatbot/[id].vue#L26
Attribute ':isDemoChatbot' must be hyphenated
Check code using Prettier and ESLint (ubuntu-latest, 20): pages/chatbot/[id].vue#L26
Attribute ':messagesLeft' must be hyphenated
Check code using Prettier and ESLint (ubuntu-latest, 20): pages/chatbot/[id].vue#L26
v-on event '@updateLeft' must be hyphenated
Check code using Prettier and ESLint (ubuntu-latest, 20): pages/chatbot/[id].vue#L27
Expected '#messageCounter' instead of 'v-slot:messageCounter'