chore: fix lint issues

This commit is contained in:
Daniel Roe 2024-07-03 22:11:24 +01:00
parent 41a2c25126
commit e63e34f9ab
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
3 changed files with 1 additions and 3 deletions

View File

@ -94,7 +94,7 @@ export default defineUntypedSchema({
/** /**
* Enable to use experimental decorators in Nuxt and Nitro. * 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, decorators: false,
/** /**

View File

@ -4,7 +4,6 @@ import { resolve } from 'pathe'
import { isTest } from 'std-env' import { isTest } from 'std-env'
import { withoutLeadingSlash } from 'ufo' import { withoutLeadingSlash } from 'ufo'
import { defineUntypedSchema } from 'untyped' import { defineUntypedSchema } from 'untyped'
import type { ResolvedConfig as ViteOptions } from 'vite'
export default defineUntypedSchema({ export default defineUntypedSchema({
/** /**

View File

@ -1,5 +1,4 @@
import { defu } from 'defu' import { defu } from 'defu'
import type { LoaderOptions } from 'esbuild-loader'
import { defineUntypedSchema } from 'untyped' import { defineUntypedSchema } from 'untyped'
import type { VueLoaderOptions } from 'vue-loader' import type { VueLoaderOptions } from 'vue-loader'