From 56fc982dd7d8258fdd3a9514f401cf8cc2996b32 Mon Sep 17 00:00:00 2001 From: XiaoDaiGua-Ray <443547225@qq.com> Date: Wed, 2 Aug 2023 18:00:03 +0800 Subject: [PATCH] eslint bug fixed --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4376e173..1acbd7d1 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "type": "module", "scripts": { "dev": "vite", - "build": "eslint src && eslint --fix . && vue-tsc --noEmit && vite build --mode production", + "build": "vue-tsc --noEmit && vite build --mode production", "preview": "vite preview", - "test": "eslint src && eslint --fix . && vue-tsc --noEmit && vite build --mode test", - "dev-build": "eslint src && eslint --fix . && vue-tsc --noEmit && vite build --mode development", - "report": "eslint src && eslint --fix . && vue-tsc --noEmit && vite build --mode report", + "test": "vue-tsc --noEmit && vite build --mode test", + "dev-build": "vue-tsc --noEmit && vite build --mode development", + "report": "vue-tsc --noEmit && vite build --mode report", "prepare": "husky install" }, "lint-staged": {