From e6363148675a2c56d703acb8ce1deb2f379831ad Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:39:45 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20git=20hooks=20permissions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 2 ++ .husky/prepare-commit-msg | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 .husky/pre-commit mode change 100644 => 100755 .husky/prepare-commit-msg diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 index e8e926e..b0a3c5e --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,7 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" +ESLINT_USE_FLAT_CONFIG=true + pnpm dlx commitlint --edit ${1} pnpm dlx lint-staged diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg old mode 100644 new mode 100755