diff --git a/commitlint.config.js b/commitlint.config.js index c7340a5b..ed123736 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,10 +1,3 @@ module.exports = { - extends: ['@commitlint/config-conventional'], - rules: { - 'subject-case': [ - 2, - 'always', - ['sentence-case', 'start-case', 'pascal-case', 'upper-case', 'lower-case'], - ] - } + extends: ['@commitlint/config-conventional'] }; \ No newline at end of file