From 768b7ebc7d9881e4591b0ad1721fa42a0a0edc03 Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Tue, 26 Mar 2024 17:06:32 +0100 Subject: [PATCH] Husky bump to version ^9.0.11 (#539) --- .husky/commit-msg | 3 --- .husky/pre-commit | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 0bd658f4..70bd3dd2 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 d37daa07..041c660c 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install lint-staged