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

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

yarn run lint
