diff --git a/.husky/pre-commit b/.husky/pre-commit index f6e28b3..8763495 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - echo "Running lint checks..." yarn lint:check if [ $? -ne 0 ]; then