From 54015e053293cff4a16fb76fca1a01cedadea3d9 Mon Sep 17 00:00:00 2001 From: Traxus Date: Tue, 25 Apr 2023 14:15:29 -0400 Subject: [PATCH] Trying to restore the lint command file Signed-off-by: Traxus --- .husky/pre-commit | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..d2ae35e --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +yarn lint-staged