From 84411e195107b3dc82970d6b3e9c86fad6b38a35 Mon Sep 17 00:00:00 2001 From: William Wills Date: Tue, 30 Jul 2024 09:19:37 -0400 Subject: [PATCH] feat: remove deprecated husky config lines --- .husky/commit-msg | 3 --- .husky/pre-commit | 2 -- 2 files changed, 5 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 5426a932..a78cc751 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 3b608ae6..2312dc58 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1 @@ -#!/bin/sh - npx lint-staged