diff --git a/src/runtime/composables/index.ts b/src/runtime/composables/index.ts index c3e815cf8..29dd9a670 100644 --- a/src/runtime/composables/index.ts +++ b/src/runtime/composables/index.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-unnecessary-type-assertion */ import { useRequestHeaders, useCookie as useNuxtCookie } from '#imports' import { ref, computed, watch, onUnmounted, unref } from 'vue' import { parseAcceptLanguage, wrapComposable, runtimeDetectBrowserLanguage } from '../internal'