Skip to content

Commit

Permalink
chore(template): sync with dailydevops/dotnet-template [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 23, 2024
1 parent 868c45a commit aefcc76
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
import type { UserConfig } from '@commitlint/types';

const Configuration: UserConfig = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [
2,
'never',
[
'upper-case',
'pascal-case',
'start-case',
]
]
}
};
extends: '@commitlint/config-conventional'
rules:
subject-case:
- 2
- never
- - upper-case
- pascal-case
- start-case

0 comments on commit aefcc76

Please sign in to comment.