From 22adbcd1eb5f4233f65cc4f195298c32cfaa156e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 17 Oct 2021 15:35:37 +0200 Subject: chore: initial commit Add default configuration for dev tools and needed packages --- .husky/commit-msg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .husky/commit-msg (limited to '.husky/commit-msg') diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100755 index 0000000..e8511ea --- /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