We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2967726 commit a12cc4dCopy full SHA for a12cc4d
commitlint.config.js
@@ -1,7 +1,3 @@
1
module.exports = {
2
- rules: {
3
- 'body-tense': [0, 'never', 0],
4
- lang: 'eng',
5
- },
6
- extends: ['@commitlint/config-angular'],
+ extends: ['@commitlint/config-conventional'],
7
};
0 commit comments