mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
chore: fix lint error
This commit is contained in:
parent
636d1e38bb
commit
5b146c0c88
@ -4,7 +4,7 @@ import { dirname } from 'path'
|
|||||||
import isPlainObject from 'lodash/isPlainObject'
|
import isPlainObject from 'lodash/isPlainObject'
|
||||||
import consola from 'consola'
|
import consola from 'consola'
|
||||||
import Hookable from 'hookable'
|
import Hookable from 'hookable'
|
||||||
import { loadNuxtConfig } from '@nuxt/kit'
|
import { LoadNuxtOptions, loadNuxtConfig } from '@nuxt/kit'
|
||||||
import { version } from '../package.json'
|
import { version } from '../package.json'
|
||||||
|
|
||||||
import ModuleContainer from './module'
|
import ModuleContainer from './module'
|
||||||
|
Loading…
Reference in New Issue
Block a user