chore(deps): update dependency @nuxt/eslint to ^0.5.0

This commit is contained in:
Renovate
2024-08-06 13:59:08 +00:00
parent c1134a3e91
commit 1caadb35e1
7 changed files with 94 additions and 150 deletions
+2 -2
View File
@@ -13,9 +13,9 @@
</template>
<script setup lang='ts'>
import { type PropType } from 'vue'
import type { PropType } from 'vue'
import EventCard from './event-card.vue'
import { type Event } from '~/graphql/generated/operations'
import type { Event } from '~/graphql/generated/operations'
defineProps({
hasUser: {