From e54b53a3e889c8adc4a87f8c0f41a9ea421ac6bb Mon Sep 17 00:00:00 2001 From: beeps Date: Thu, 1 Aug 2024 18:37:03 +0100 Subject: [PATCH] Remove deprecated Husky setup code --- .husky/pre-commit | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index cf0c46b936..718da8a9c1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npx --no-install lint-staged +npx --no lint-staged