Skip to content

Commit 65c153d

Browse files
committed
build: add top level directories to commitlint configuration
1 parent 195a5db commit 65c153d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

commitlint.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ module.exports = {
1919
1,
2020
'always',
2121
[
22+
'config',
2223
...ls('./src/config'),
24+
'scripts',
2325
...ls('./src/scripts'),
26+
'api',
2427
...ls('./src/api'),
2528
'deps',
2629
'deps-dev',

0 commit comments

Comments
 (0)