diff --git a/package.json b/package.json index a0f9759..11f8512 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "lint-staged": { "*.{js,vue}": [ - "npm run lint", + "eslint --fix", "git add" ] },