mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore: fix lint issues
This commit is contained in:
parent
41a2c25126
commit
e63e34f9ab
@ -94,7 +94,7 @@ export default defineUntypedSchema({
|
||||
/**
|
||||
* Enable to use experimental decorators in Nuxt and Nitro.
|
||||
*
|
||||
* @link https://github.com/tc39/proposal-decorators
|
||||
* @see https://github.com/tc39/proposal-decorators
|
||||
*/
|
||||
decorators: false,
|
||||
/**
|
||||
|
@ -4,7 +4,6 @@ import { resolve } from 'pathe'
|
||||
import { isTest } from 'std-env'
|
||||
import { withoutLeadingSlash } from 'ufo'
|
||||
import { defineUntypedSchema } from 'untyped'
|
||||
import type { ResolvedConfig as ViteOptions } from 'vite'
|
||||
|
||||
export default defineUntypedSchema({
|
||||
/**
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { defu } from 'defu'
|
||||
import type { LoaderOptions } from 'esbuild-loader'
|
||||
import { defineUntypedSchema } from 'untyped'
|
||||
import type { VueLoaderOptions } from 'vue-loader'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user