Skip to content

Commit

Permalink
build(npm): add commitlint and commitizen
Browse files Browse the repository at this point in the history
commitlint automatically checks that commit messages follow the conventional commit standard.
commitizen provides a cli for generating conventional commits.
  • Loading branch information
ChristianMurphy committed Aug 6, 2017
1 parent d8563d4 commit 5829e18
Show file tree
Hide file tree
Showing 3 changed files with 2,700 additions and 833 deletions.
2 changes: 2 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* eslint-env node */
module.exports = {extends: ['@commitlint/config-angular']};
Loading

0 comments on commit 5829e18

Please sign in to comment.