From 5a095b6fcdd569b60e41387c481baee676c6693d Mon Sep 17 00:00:00 2001 From: Christian Crowhurst Date: Wed, 12 Oct 2016 22:34:19 +0100 Subject: [PATCH] chore(git): config for validating commit msg --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f27eeb30..36e61d1b 100644 --- a/package.json +++ b/package.json @@ -131,6 +131,10 @@ "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" + }, + "validate-commit-msg": { + "types": "conventional-commit-types", + "helpMessage": "To help create valid commit messages consider using `npm run cm` instead of `git commit`" } } }