Skip to content

Commit

Permalink
fix: empty type import
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 14, 2023
1 parent 892be67 commit d234d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nuxt.ts
@@ -1,7 +1,8 @@
import { defineNuxtModule } from '@nuxt/kit'
import { consola } from 'consola'
import { PROJECT_NAME, type PackageManager, check, getPackageManager } from '.'
import {} from '@nuxt/schema'
// eslint-disable-next-line antfu/prefer-inline-type-import
import type {} from '@nuxt/schema'

// eslint-disable-next-line import/no-default-export
export default defineNuxtModule<{
Expand Down

0 comments on commit d234d1d

Please sign in to comment.