From 82828b46d20692a45ed4f3a29369bc2e6fa3f6c9 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 16 Jan 2024 18:36:06 -0500 Subject: [PATCH] chore: update .commitlintrc.json --- .commitlintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index c30e5a9..83f6b3f 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,3 +1,7 @@ { - "extends": ["@commitlint/config-conventional"] + "extends": ["@commitlint/config-conventional"], + "rules": { + "body-max-line-length": [1, "always", 100], + "footer-max-line-length": [1, "always", 100] + } }