chore(defineShortcuts): lint

This commit is contained in:
Benjamin Canac
2024-06-07 19:38:22 +02:00
parent b503876e20
commit efb7582b37

View File

@@ -1,3 +1,5 @@
/* eslint-disable regexp/no-useless-quantifier */
/* eslint-disable regexp/no-super-linear-backtracking */
import { ref, computed, toValue } from 'vue'
import type { MaybeRef } from 'vue'
import { useEventListener, useActiveElement, useDebounceFn } from '@vueuse/core'