From e48ebc8c4ad6fe981a42f644f188af282ced0c0c Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Tue, 3 Mar 2026 10:55:39 +0000 Subject: [PATCH] Remove unneeded lines in husky pre-commit hook (#1323) --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index a16d8b1d..2312dc58 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged