We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16167e commit 4fe5e0aCopy full SHA for 4fe5e0a
1 file changed
.husky/pre-commit
@@ -24,4 +24,7 @@ else
24
fi
25
26
$npx_cmd lint-staged
27
-$pnpm_cmd lint
+
28
+# Skip full repo lint on pre-commit (lint-staged already linted staged files)
29
+# Full linting happens in CI for comprehensive coverage
30
+echo "Pre-commit checks complete. Full lint runs in CI."
0 commit comments