Skip to content

Commit 1262c7e

Browse files
chore: update scope
1 parent 48374fa commit 1262c7e

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', ['deps']],
4+
'scope-enum': [2, 'always', ['deps', 'deps-dev']],
55
},
66
};

0 commit comments

Comments
 (0)