We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7859ae commit a56dda9Copy full SHA for a56dda9
index.js
@@ -1,7 +1,7 @@
1
const config = require('@commitlint/config-conventional');
2
3
module.exports = {
4
- extends: ['@commitlint/config-angular'],
+ extends: ['@commitlint/config-conventional'],
5
rules: {
6
'scope-case': [2, 'always', 'kebab-case'],
7
'type-enum': [
0 commit comments