Skip to content

Commit

Permalink
Merge pull request #3394 from kiva/VUE-757
Browse files Browse the repository at this point in the history
build: enable commitlint for project commits VUE-757
  • Loading branch information
emuvente authored Nov 5, 2021
2 parents 52ab88a + 4e3da41 commit 02b1509
Show file tree
Hide file tree
Showing 4 changed files with 1,646 additions and 30 deletions.
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 --no-install commitlint --edit $1
5 changes: 5 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
extends: [
'@commitlint/config-conventional',
],
};
Loading

0 comments on commit 02b1509

Please sign in to comment.