Skip to content

Commit

Permalink
chore: update scope
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmcwhorter authored Oct 14, 2022
1 parent 48374fa commit 1262c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-enum': [2, 'always', ['deps']],
'scope-enum': [2, 'always', ['deps', 'deps-dev']],
},
};

0 comments on commit 1262c7e

Please sign in to comment.