Skip to content

Commit 16827f7

Browse files
committedJul 1, 2024··
chore: remove ts-ignore now that we're upgraded
1 parent 16607c6 commit 16827f7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎src/runtime-utils/mount.ts

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import type { RouteLocationRaw } from 'vue-router'
77

88
import { RouterLink } from './components/RouterLink'
99

10-
// TODO: remove after Nuxt v3.12
11-
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error,@typescript-eslint/ban-ts-comment
12-
// @ts-ignore for backwards compatibility
1310
import NuxtRoot from '#build/root-component.mjs'
1411
import { tryUseNuxtApp, useRouter } from '#imports'
1512

‎src/runtime-utils/render.ts

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import type { RouteLocationRaw } from 'vue-router'
66

77
import { RouterLink } from './components/RouterLink'
88

9-
// TODO: remove after Nuxt v3.12
10-
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error,@typescript-eslint/ban-ts-comment
11-
// @ts-ignore for backwards compatibility
129
import NuxtRoot from '#build/root-component.mjs'
1310
import { tryUseNuxtApp, useRouter } from '#imports'
1411

0 commit comments

Comments
 (0)
Please sign in to comment.