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 &&