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" ] },