chore(root): cache lint-staged eslint calls

This commit is contained in:
Rahim
2026-01-06 14:24:45 +11:00
parent bb2b54e86f
commit 36ea73f424
+1 -1
View File
@@ -67,6 +67,6 @@
"commit-msg": "pnpm commitlint"
},
"lint-staged": {
"*": "eslint --fix"
"*": "eslint --fix --cache"
}
}