Skip to content

Commit

Permalink
chore: ignore ts-ignores for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 7, 2024
1 parent 66b23ae commit ac2d9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime-utils/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import type { RouteLocationRaw } from 'vue-router'
import { RouterLink } from './components/RouterLink'

// TODO: remove after Nuxt v3.12
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error,@typescript-eslint/ban-ts-comment
// @ts-ignore for backwards compatibility
import NuxtRoot from '#build/root-component.mjs'
import { tryUseNuxtApp, useRouter } from '#imports'
Expand Down
1 change: 1 addition & 0 deletions src/runtime-utils/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type { RouteLocationRaw } from 'vue-router'
import { RouterLink } from './components/RouterLink'

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

0 comments on commit ac2d9fb

Please sign in to comment.