From d7ab3f13658c24f86c798903473ec2e5b8ee2fc6 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Tue, 12 Dec 2023 19:57:41 -0500 Subject: [PATCH] chore: delete commitlint file --- commitlint.config.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 commitlint.config.js diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index e9353675ec..0000000000 --- a/commitlint.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - extends: ['@commitlint/config-conventional'], - rules: { - 'header-max-length': [0, 'always', 100] - } -};