From 8532f38a4eeb72930329e0a7b418b59f3634b9e6 Mon Sep 17 00:00:00 2001 From: RubyLiu Date: Tue, 10 Oct 2023 20:25:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20eslint=E6=A0=A1=E9=AA=8C=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E6=96=87=E4=BB=B6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1826ee0e1c..58d520b925 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "report": "cross-env REPORT=true npm run build", "preview": "npm run build && vite preview --host", "type:check": "vue-tsc --noEmit --skipLibCheck", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore", "lint:styles": "stylelint 'src/**/*.{vue,html,css,scss,less}' --fix", "lint-staged": "npx lint-staged", "prepare": "cd .. && husky install frontend/.husky", @@ -145,4 +145,4 @@ "rollup": "^2.79.1", "gifsicle": "5.2.0" } -} \ No newline at end of file +}