From 9228080bd4d3b5e800b7ebd3de808481d6b4eb93 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Sat, 27 Jan 2024 16:53:24 +0900 Subject: [PATCH] =?UTF-8?q?Revert:=20eslint=E3=82=92=E6=9C=89=E5=8A=B9?= =?UTF-8?q?=E6=B4=BB=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index b40837a452..940ec1bca4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -99,9 +99,9 @@ export default defineConfig((options) => { options.mode !== "test" && checker({ overlay: false, - // eslint: { - // lintCommand: "eslint --ext .ts,.vue .", - // }, + eslint: { + lintCommand: "eslint --ext .ts,.vue .", + }, vueTsc: true, }), isElectron &&