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

# TODO: Migrate to Husky 9

# See https://git-scm.com/docs/githooks#_pre_commit

npx lint-staged
