1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-14 19:52:28 +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

@@ -5,7 +5,6 @@
</template>
<script setup>
/* eslint-disable no-undef */
import { cva } from 'class-variance-authority'
import { combineClasses } from '@/utils/misc'