Add eslint

This commit is contained in:
2025-08-20 23:40:00 +02:00
parent cc544322b2
commit 16956d12f4
31 changed files with 1214 additions and 913 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ titleStore.title = data.value?.name;
height="100dvh"
autoscroll
:indicators="false"
fallbackIcon="broken_image"
fallback-icon="broken_image"
infinite
color="secondary"
:items="data.pictures"
@@ -95,7 +95,7 @@ titleStore.title = data.value?.name;
<VaAlert color="danger" class="w-[90%]"
>Answers are not revealed yet, please wait until the end!</VaAlert
>
<VaAlert color="danger" class="w-[90%]" v-if="error.statusCode !== 403">{{
<VaAlert v-if="error.statusCode !== 403" color="danger" class="w-[90%]">{{
error
}}</VaAlert
><VaButton