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

set -e # die on error

npx pretty-quick --staged
yarn lint
