Skip to content

Commit

Permalink
chore: remove ts-ignore now that we're upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 1, 2024
1 parent 16607c6 commit 16827f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/runtime-utils/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ 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
3 changes: 0 additions & 3 deletions src/runtime-utils/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ 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 16827f7

Please sign in to comment.