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

echo "Running full ESLint on codebase..."
npm run lint
npm test

