From 6053f9c0404c2e49921c41f50003be5cf8bbcd0f Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Mon, 31 May 2021 13:30:25 +0000 Subject: [PATCH] chore: add .commitlintrc.json --- .commitlintrc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .commitlintrc.json diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..449b488 --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,9 @@ +{ + "rules": { + "header-max-length": [ + 1, + "always", + 100 + ] + } +}