chore: Update commit linting

This commit is contained in:
Joachim Van Herwegen 2022-05-10 09:59:46 +02:00
parent 081593e39b
commit 76ec9631ef

View File

@ -1 +1,10 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [
2,
'never',
['start-case', 'kebab-case', 'snake-case'],
],
}
};