From c54b716cc96b9e6e4b919aa72b341da740188521 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 27 Sep 2022 22:28:35 +1000 Subject: [PATCH] chore: run lint during commit --- .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 0000000..36af219 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +npx lint-staged