diff --git a/commitlint.config.js b/commitlint.config.js index 60f6e9e..84dcb12 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,11 +1,3 @@ module.exports = { extends: ['@commitlint/config-conventional'], - rules: { - 'subject-empty': [0], - 'type-empty': [0], - 'type-enum': [0], - 'scope-case': [0], - 'references-empty': [0], - 'subject-full-stop': [0], - }, };