mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-09 14:50:55 +00:00
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no -- commitlint --edit ""
|