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

echo 'Pre-commit checks'
npm run format:check:all
npm run lint:check:all
