From 4117cb32f769e4fb60e78ed2ca9ec334914c05b9 Mon Sep 17 00:00:00 2001 From: huzhushan Date: Mon, 19 Apr 2021 19:39:30 +0800 Subject: [PATCH] update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e82b12..4c7845c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "lint-staged": { "src/**/*.{js,vue}": [ - "eslint --fix", + "npm run lint", "git add" ] },