diff --git a/package.json b/package.json index 6ed43e6..f2cd289 100644 --- a/package.json +++ b/package.json @@ -77,8 +77,8 @@ "vue-tsc": "^1.8.22" }, "lint-staged": { - "*.{ts,tsx,vue}": [ - "pnpm lint:fix" + "*.{ts,tsx,vue,js}": [ + "eslint --fix" ] } }