Skip to content

Commit

Permalink
feat: added commit linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Mar 29, 2023
1 parent a44aa60 commit 5e1fa0e
Show file tree
Hide file tree
Showing 4 changed files with 3,601 additions and 46 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@commitlint/config-conventional"
]
}
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 ${1}
Loading

0 comments on commit 5e1fa0e

Please sign in to comment.