Files
Maestro/.husky/pre-commit

7 lines
152 B
Bash
Executable File

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