Skip to content

Commit 44bd7ef

Browse files
committed
feat(scripts/commit): add style commit type to commitlint configuration
1 parent 462c5e7 commit 44bd7ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/commitlint.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ module.exports = {
1414
'perf',
1515
'refactor',
1616
'revert',
17+
'style',
1718
'test',
1819
],
1920
],
2021
'scope-case': [1, 'always', 'kebab-case'],
21-
'scope-enum': [1, 'always', ['deps', 'build']],
22+
'scope-enum': [0, 'always', ['deps', 'build']],
2223
},
2324
}

0 commit comments

Comments
 (0)