chore: Replace @commitlint/config-angular with @commitlint/config-conventional
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-angular'],
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'subject-case': 'sentence-case',
|
||||
'scope-case': [0],
|
||||
'subject-case': [2, 'always', 'sentence-case'],
|
||||
'header-max-length': [0],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user