From b84e386865932525ae9f194adf6df6d8b54dfab9 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 30 Jul 2024 10:26:51 +0800 Subject: [PATCH] Update nuxt.config.ts --- nuxt.config.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 95fd829..e879911 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -13,13 +13,7 @@ export default defineNuxtConfig({ '@vueuse/nuxt', '@pinia/nuxt', '@formkit/auto-animate/nuxt', - '@nuxt/eslint' ], - eslint: { - checker: { - configType: 'eslintrc' - } - }, ui: { icons: ['simple-icons'] }, @@ -123,4 +117,4 @@ export default defineNuxtConfig({ type: 'module', }, } -}) \ No newline at end of file +}) -- GitLab