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

# yarn tsc --noEmit && yarn eslint . && yarn prettier --write .
npx lint-staged
