feat(admin): events management #34
Annotations
10 errors and 4 warnings
ci:
components/admin/event/event-checkedin-users.vue#L14
This 'v-if' should be moved to the wrapper element
|
ci:
components/admin/event/upload-attendees.vue#L7
`@tanstack/vue-query` import should occur before type import of `~/shared/types`
|
ci:
components/admin/event/upload-attendees.vue#L104
Expected indentation of 2 spaces but found 4
|
ci:
components/admin/event/upload-attendees.vue#L105
Expected indentation of 0 spaces but found 2
|
ci:
components/admin/home/create-event-popup.vue#L12
defineEmits should be the first statement in `<script setup>` (after any potential import statements or type definitions)
|
ci:
components/admin/home/create-event-popup.vue#L12
'closePopup' is assigned a value but never used. Allowed unused vars must match /^_/u
|
ci:
components/admin/home/create-event-popup.vue#L43
Closing curly brace appears on the same line as the subsequent block
|
ci:
components/admin/home/create-event-popup.vue#L44
Unnecessary { after 'if' condition
|
ci:
components/admin/home/create-event-popup.vue#L45
Strings must use singlequote
|
ci:
components/admin/home/create-event-popup.vue#L53
Unexpected mutation of "showPopup" prop
|
ci:
components/admin/home/events-table.vue#L94
Attribute ":key" should go before ":show-popup"
|
ci:
components/admin/home/events-table.vue#L95
Attribute ":key" should go before ":event"
|
ci:
components/admin/home/update-event-popup.vue#L107
Expected 1 line break after opening tag (`<p>`), but no line breaks found
|
ci:
components/admin/home/update-event-popup.vue#L107
Expected 1 line break before closing tag (`</p>`), but no line breaks found
|