From 67bed32784ab1342083f70319af218db596fcf29 Mon Sep 17 00:00:00 2001 From: Marshall Sorenson Date: Fri, 28 Jun 2024 17:15:00 -0400 Subject: [PATCH] chore: add lint pre-commit to husky --- .husky/pre-commit | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 000000000..6cdaab7b7 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +yarn lint