From 285f2d6510ae0602995d20bf8ac3280ca0c0f21f Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 14 Jun 2023 02:01:08 +0200 Subject: [PATCH] feat: added config for `commitlint` --- .commitlintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .commitlintrc.json diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..c30e5a9 --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,3 @@ +{ + "extends": ["@commitlint/config-conventional"] +}