From 5dc22623ebb5468f9b5dee985a6ca4b3cb509ba8 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Tue, 24 Sep 2024 15:30:27 +0200 Subject: [PATCH] chore: remove deprecated lines of code from .husky/commit-msg and .husky/pre-commit --- .husky/commit-msg | 3 --- .husky/pre-commit | 2 -- 2 files changed, 5 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index e8511eae..fd2bf708 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 6700f512..e69de29b 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh"