chore: update pre-commit hook configuration

This commit is contained in:
Sumeyaaaa 2026-02-18 14:01:57 +03:00
parent f16167ef4a
commit 4fe5e0a5f6

View file

@ -24,4 +24,7 @@ else
fi
$npx_cmd lint-staged
$pnpm_cmd lint
# Skip full repo lint on pre-commit (lint-staged already linted staged files)
# Full linting happens in CI for comprehensive coverage
echo "Pre-commit checks complete. Full lint runs in CI."