diff --git a/package.json b/package.json index 2df6409f..9508af23 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,6 @@ "commit-msg": "pnpm commitlint" }, "lint-staged": { - "*": "eslint --fix" + "*": "eslint --fix --cache" } }