Skip to content

Commit

Permalink
refactor: add pre-commit hook for commit naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
MGREMY committed Jan 15, 2024
1 parent 2d99bff commit 83875f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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'] };
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"release": "standard-version",
"prepublishOnly": "yarn build:lib",
"docs:build": "yarn nx run docs:build",
"docs:serve": "yarn nx run docs:serve"
"docs:serve": "yarn nx run docs:serve",
"prepare": "husky install"
},
"dependencies": {
"@angular/animations": "17.0.9",
Expand Down Expand Up @@ -69,7 +70,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"husky": "^8.0.3",
"husky": "^8.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.0.0",
Expand Down

0 comments on commit 83875f6

Please sign in to comment.