Skip to content

Commit

Permalink
feat(commitlint): add commit lint to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jan 27, 2024
1 parent bada34d commit d0f41e9
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 29 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no -- commitlint --edit ${1}
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@angular/platform-browser": "17.1.0",
"@angular/platform-browser-dynamic": "17.1.0",
"@angular/router": "17.1.0",
"@commitlint/cli": "^18.6.0",
"@ngrx/component-store": "^17.0.1",
"@nx/angular": "17.2.8",
"ng-zorro-antd": "^17.1.0",
Expand Down
Loading

0 comments on commit d0f41e9

Please sign in to comment.