From 7b4cb60c73644a8d3aa1b042879e9d270cadddc0 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Fri, 31 Jan 2025 19:00:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=96=8B=E7=99=BA=E5=AE=9F=E8=A1=8C?= =?UTF-8?q?=E3=83=BB=E3=83=93=E3=83=AB=E3=83=89=E6=99=82=E3=81=ABvite-plug?= =?UTF-8?q?in-checker=E3=81=A7lint=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=97?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= =?UTF-8?q?=20(#2516)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.mts | 3 --- 1 file changed, 3 deletions(-) diff --git a/vite.config.mts b/vite.config.mts index e4da29c038..1ea3fd40de 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -79,9 +79,6 @@ export default defineConfig((options) => { mode !== "test" && checker({ overlay: false, - eslint: { - lintCommand: "eslint --ext .ts,.vue .", - }, vueTsc: true, }), isElectron && [