We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14b5bb commit f4a1fbeCopy full SHA for f4a1fbe
commitlint.config.js
@@ -0,0 +1 @@
1
+module.exports = { extends: ['@commitlint/config-conventional'] };
install_hooks.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
2
+
3
+# Make .git_hooks folder as hooks source for git
4
+git config core.hooksPath .git_hooks/
5
6
+# install commitlint and @commitlint/config-conventional globally
7
+npm install -g commitlint @commitlint/config-conventional
0 commit comments