From 618ed04d0308e2c2a23b0a9d991ce3778ee148ba Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Sat, 18 Jun 2022 02:25:05 +0400 Subject: Bump Husky To 8.0.1 Bump husky, and regenerate config after breaking changes. Signed-off-by: Hassan Abouelela --- .config/husky/.gitignore | 1 - .config/husky/pre-commit | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .config/husky/.gitignore mode change 100755 => 100644 .config/husky/pre-commit (limited to '.config') diff --git a/.config/husky/.gitignore b/.config/husky/.gitignore deleted file mode 100644 index 31354ec..0000000 --- a/.config/husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.config/husky/pre-commit b/.config/husky/pre-commit old mode 100755 new mode 100644 index 101f7b9..6cdaab7 --- a/.config/husky/pre-commit +++ b/.config/husky/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" -yarn lint \ No newline at end of file +yarn lint -- cgit v1.2.3