Skip to content

Commit

Permalink
chore(lint): add commitlint, husky trigger, and config. (#3411)
Browse files Browse the repository at this point in the history
* chore(lint): add commitlint, husky trigger, and config

This config ensure that commit messages will match the syntax required for semanitic-release

* chore(lint): move precommit hooks to husky
  • Loading branch information
johnjbarton committed Jan 23, 2020
1 parent 7ea120b commit 1fc51b0
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 33 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] }

0 comments on commit 1fc51b0

Please sign in to comment.