From 36ea73f424a14335885104798b0b70d589ffe976 Mon Sep 17 00:00:00 2001 From: Rahim Date: Tue, 6 Jan 2026 14:24:31 +1100 Subject: [PATCH] chore(root): cache lint-staged eslint calls --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }