Skip to content

Commit ba7be72

Browse files
chore: allow deps scope
1 parent 43048d7 commit ba7be72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'scope-enum': [2, 'always', []]
4+
'scope-enum': [2, 'always', ['deps']]
55
}
66
};

0 commit comments

Comments
 (0)