From 2903d086bdb388f222b80b91bc29e48a4b4f5da4 Mon Sep 17 00:00:00 2001 From: Alan Larkin Date: Tue, 23 Jul 2024 12:13:21 +0100 Subject: [PATCH] refactor: Remove decprecated Husky code Remove deprecated shebang and setup from Husky files following recent update. Related: #8 --- .husky/pre-commit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 1e75ee4..5ee7abd 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1 @@ -#!/bin/sh - -. "$(dirname "$0")/_/husky.sh" - pnpm exec lint-staged