Skip to content

Commit 2dbe32d

Browse files
committed
build: add api/ directory to commitlint configuration
1 parent d4d76e4 commit 2dbe32d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

commitlint.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ module.exports = {
1818
'scope-enum': [
1919
1,
2020
'always',
21-
[...ls('./src/config'), ...ls('./src/scripts'), 'deps', 'build'],
21+
[
22+
...ls('./src/config'),
23+
...ls('./src/scripts'),
24+
...ls('./src/api'),
25+
'deps',
26+
'build',
27+
],
2228
],
2329
},
2430
}

0 commit comments

Comments
 (0)