setup-dotnet/.husky/pre-commit

6 lines
85 B
Plaintext
Raw Normal View History

2025-05-10 18:32:50 +08:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run format
npm run lint:fix