diff --git a/package.json b/package.json index 7f11f9d..1b2edf4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "profile": "webpack --profile --json > stats.json" }, "lint-staged": { - "*.js": [ + "*.(js|vue)": [ "prettier --write", "git add" ]