#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint -g config/commitlint/.commitlintrc.json --edit $1
