From 7cb0fcc5bcd29195ad2b5e62ae1ed30d7b4050d0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 18 May 2021 11:47:07 -0700 Subject: feat(records): :star: --- .husky/commit-msg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .husky/commit-msg (limited to '.husky/commit-msg') diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100644 index 0000000..0bd658f --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +npx --no-install commitlint --edit "$1" -- cgit v1.2.3