Skip to content

Commit

Permalink
chore: conventional commit configuration
Browse files Browse the repository at this point in the history
conventional commit and husky configuration
  • Loading branch information
neftdev committed Dec 23, 2022
1 parent e657d0b commit 3b67488
Show file tree
Hide file tree
Showing 5 changed files with 3,855 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

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

0 comments on commit 3b67488

Please sign in to comment.