Skip to content

Commit

Permalink
fix(CSN-506): swtich commitlint to config-conventional
Browse files Browse the repository at this point in the history
So that it's consistent between CI workflow and local pre-commit run.
  • Loading branch information
IvanAnishchuk committed Feb 4, 2025
1 parent 93ba035 commit 5819349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ repos:
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-angular']
additional_dependencies: ['@commitlint/config-conventional']

0 comments on commit 5819349

Please sign in to comment.