From 2b8e483525903ee2ccdbc67c85e44616f89d5668 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Fri, 10 Jan 2025 10:58:00 +0000 Subject: [PATCH] chore: configure commitlint --- .commitlintrc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .commitlintrc.json diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..0df1d25 --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "@commitlint/config-conventional" + ] +}