diff --git a/package.json b/package.json index 074824a..f38f150 100644 --- a/package.json +++ b/package.json @@ -188,6 +188,6 @@ "unconfig": "7.3.2" }, "lint-staged": { - "*": "eslint --fix" + "*.{js,jsx,ts,tsx,vue}": "eslint --fix --cache --cache-location .eslintcache" } }