1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-15 00:25:04 +00:00

chore(ui): Remove unnecessary eslint rule disables (#1422)

cleanup(ui): Remove unnecessary eslint rule disables
This commit is contained in:
PythonGermany
2025-12-16 22:03:24 +01:00
committed by GitHub
parent 47bc78dc25
commit 239d1f5118
12 changed files with 0 additions and 12 deletions

View File

@@ -201,7 +201,6 @@
</template>
<script setup>
/* eslint-disable no-undef */
import { ref, computed, onMounted } from 'vue'
import { useRouter, useRoute } from 'vue-router'
import { ArrowLeft, RefreshCw, ArrowUpCircle, ArrowDownCircle, PlayCircle, Activity, Timer } from 'lucide-vue-next'