summaryrefslogtreecommitdiffstats
path: root/.husky/commit-msg.commitlint
diff options
context:
space:
mode:
Diffstat (limited to '.husky/commit-msg.commitlint')
-rwxr-xr-x.husky/commit-msg.commitlint3
1 files changed, 3 insertions, 0 deletions
diff --git a/.husky/commit-msg.commitlint b/.husky/commit-msg.commitlint
new file mode 100755
index 0000000..ca25ce1
--- /dev/null
+++ b/.husky/commit-msg.commitlint
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+npx --no-install commitlint --edit "$1"