We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scopes
1 parent 58ed6e9 commit 8daaa61Copy full SHA for 8daaa61
commitlint.config.js
@@ -1,4 +1,4 @@
1
-const {ls} = require('./src/api/commit')
+const {ls, scopes} = require('./src/api/commit')
2
3
module.exports = {
4
extends: ['./src/config/commitlint.config'],
@@ -7,12 +7,10 @@ module.exports = {
7
1,
8
'always',
9
[
10
+ ...scopes.build(),
11
'config',
12
'scripts',
13
'api',
- 'deps',
14
- 'deps-dev',
15
- 'build',
16
...ls.configs('./src/config'),
17
...ls.configs('./src/scripts'),
18
...ls.configs('./src/api'),
0 commit comments