Skip to content

Commit ac2d9fb

Browse files
committedJun 7, 2024··
chore: ignore ts-ignores for now
1 parent 66b23ae commit ac2d9fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/runtime-utils/mount.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import type { RouteLocationRaw } from 'vue-router'
88
import { RouterLink } from './components/RouterLink'
99

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

‎src/runtime-utils/render.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import type { RouteLocationRaw } from 'vue-router'
77
import { RouterLink } from './components/RouterLink'
88

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

0 commit comments

Comments
 (0)
Please sign in to comment.