Skip to content

Commit

Permalink
feat: add husky pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
IiiigorGG committed Jul 21, 2021
1 parent 3a9fe4a commit e133a83
Show file tree
Hide file tree
Showing 4 changed files with 3,320 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ phpunit.xml
###< phpunit/phpunit ###
/composer.lock
/.phpcs-cache

./node_modules
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 e133a83

Please sign in to comment.