From 03632347f1106d904b16b31a408ce657d3faa36a Mon Sep 17 00:00:00 2001 From: a-honey Date: Sun, 7 Jan 2024 12:16:39 +0900 Subject: [PATCH] fix: just config-conventional MARA-10 --- commitlint.config.js | 8 -------- 1 file changed, 8 deletions(-) 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], - }, };