Skip to content

Commit

Permalink
chore: commit lint
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-sf committed May 31, 2022
1 parent 760c460 commit ab44319
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

ember test
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'] };

0 comments on commit ab44319

Please sign in to comment.