Skip to content

Commit a56dda9

Browse files
committed
fix(commitlint): extended the proper config
since i forgot the link in the last commit, for reference: https://github.com/marionebl/commitlint/issues/146
1 parent e7859ae commit a56dda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const config = require('@commitlint/config-conventional');
22

33
module.exports = {
4-
extends: ['@commitlint/config-angular'],
4+
extends: ['@commitlint/config-conventional'],
55
rules: {
66
'scope-case': [2, 'always', 'kebab-case'],
77
'type-enum': [

0 commit comments

Comments
 (0)