Files
Maestro/.husky/pre-commit
2026-01-19 22:58:29 +05:00

5 lines
141 B
Plaintext

# Run lint-staged for formatting and linting on staged files only
npx lint-staged
# Everything else (tests, type checking) should run in CI