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

yarn run commitlint --config commitlint.config.cjs --edit $1
