9 lines
189 B
Bash
9 lines
189 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# Temporarily disabled - no lint-staged configuration
|
|
# npx lint-staged
|
|
|
|
echo "Pre-commit hook: skipping lint-staged (not configured)"
|
|
|