Skip to content

Commit

Permalink
chore(commit): 🔧 disable commit linting by devmoji
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach committed Dec 6, 2020
1 parent c57795d commit 4e7268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"prepare-commit-msg": "devmoji -e --lint",
"prepare-commit-msg": "devmoji -e",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}

0 comments on commit 4e7268d

Please sign in to comment.