diff --git a/package.json b/package.json index 58abacd..c90280e 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "webpack-bundle-analyzer": "^4.6.1" }, "lint-staged": { - "*.{js,jsx,ts,tsx}": [ + "*.{js,vue}": [ "eslint --quiet --cache --fix" ] },