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

@@ -40,7 +40,6 @@
</template>
<script setup>
/* eslint-disable no-undef */
import { ref, computed, onMounted, onUnmounted } from 'vue'
import { ChevronDown, Check } from 'lucide-vue-next'