chore(husky): Remove pre-commit hook

Deleted the pre-commit hook script from the Husky configuration. This script previously auto-fixed changed files and ran tests before commits. The removal streamlines the commit process.
This commit is contained in:
Mårten Angner 2025-12-11 17:17:47 +01:00
parent 1a2eeaf426
commit 92f1feb262
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env sh
# Auto-fix changed files and stage them
npx --no-install lint-staged
# Validate everything
npm test