Skip to content

Commit

Permalink
docs(developer tools): Added husky (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 authored Apr 4, 2020
1 parent ab9a571 commit 805b2f1
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
75 changes: 75 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"release": {
"branch": "master"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run format:check",
"pre-push": "npm run ci",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"contributors": [
{
"name": "Sebastian Rettig",
Expand Down Expand Up @@ -83,6 +90,7 @@
"body-parser": "1.19.0",
"express": "4.17.1",
"express-fileupload": "1.1.6",
"husky": "^4.2.3",
"i18next": "19.3.4",
"i18next-express-middleware": "1.9.1",
"i18next-node-fs-backend": "2.1.3",
Expand Down

0 comments on commit 805b2f1

Please sign in to comment.