From 9550bb2310b24a5c8ede26eee53faaecd0d9af27 Mon Sep 17 00:00:00 2001 From: owshiiii <201320587+ram-skrrrtskrrrt@users.noreply.github.com> Date: Tue, 15 Apr 2025 05:56:17 +0800 Subject: [PATCH] Update pre-commit --- .husky/pre-commit | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index ff675761f2..8b13789179 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" -# Workaround of a mysterious bug in either lint-staged or husky. -# https://github.com/typicode/husky/issues/1134 -# https://github.com/okonet/lint-staged/issues/693#issuecomment-1079759224 -FORCE_COLOR=1 yarn lint-staged --allow-empty