From 88ba4a45dd3edc0e885b4eff38a9619382ecfec0 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Tue, 2 Apr 2024 12:30:28 +0200 Subject: [PATCH] style: add commitlint hook --- .husky/commit-msg | 1 + 1 file changed, 1 insertion(+) create mode 100644 .husky/commit-msg diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100644 index 00000000..032ee3f6 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1 @@ +npx commitlint --edit $1 \ No newline at end of file