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
+1 -1
View File
@@ -21,7 +21,7 @@
<script setup lang='ts'>
import { computed, type PropType } from 'vue'
import { type DanceHallDistance } from '~/graphql/generated/operations'
import type { DanceHallDistance } from '~/graphql/generated/operations'
const props = defineProps({
distance: {