mirror of
https://github.com/nick-fields/retry.git
synced 2025-12-28 10:49:15 +08:00
* patch: setup prettier * patch: move .commitlintrc.js to .config * patch: config lint-staged and update husky * patch: configure eslint as well
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# lint commit message
|
|
npx --no -- commitlint --config ./.config/.commitlintrc.js --edit $1
|