build: add commitlint
[benchmarks-js.git] / .husky / commit-msg
diff --git a/.husky/commit-msg b/.husky/commit-msg
new file mode 100755 (executable)
index 0000000..c160a77
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+. "$(dirname -- "$0")/_/husky.sh"
+
+npx --no -- commitlint --edit ${1}