Skip to content

Commit

Permalink
feat(#11): add commit lint to project
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosamaatheus committed Apr 28, 2020
1 parent 8c318ec commit 9a1a65e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,20 @@
},
"homepage": "https://github.com/IsabelleMello/english-talking-api#readme",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"husky": "^4.2.5",
"nodemon": "^2.0.3"
},
"dependencies": {
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.9.10"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}

0 comments on commit 9a1a65e

Please sign in to comment.