Skip to content

Commit

Permalink
feat: install and configure husky
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jul 28, 2020
1 parent 2fdb1ce commit 52f035f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"last 1 safari version"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
Expand All @@ -63,6 +68,7 @@
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"gh-pages": "^3.1.0",
"husky": "^4.2.5",
"prettier": "2.0.5"
}
}

0 comments on commit 52f035f

Please sign in to comment.