7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# If not using pnpm, switch this to your package manager
|
|
pnpm format
|
|
pnpm lint
|