Skip to content

Commit

Permalink
Merge pull request #2 from jgleal/master
Browse files Browse the repository at this point in the history
Add commit lint
  • Loading branch information
jgleal committed Oct 25, 2021
2 parents 7a2ac32 + 8f69d8b commit a69d4d3
Show file tree
Hide file tree
Showing 4 changed files with 6,926 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};
Loading

0 comments on commit a69d4d3

Please sign in to comment.