Skip to content

Commit

Permalink
chore(commitlint): add commitlint config to ensure proper commits
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed May 14, 2020
1 parent e9c9786 commit 65a2c7a
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .commitlintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extends:
- '@commitlint/config-conventional'
2 changes: 2 additions & 0 deletions .huskyrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hooks:
commit-msg: commitlint -E HUSKY_GIT_PARAMS
Loading

0 comments on commit 65a2c7a

Please sign in to comment.