From aaabfa0f7fddc7b68e0381d495f296f41aaa39d9 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Wed, 19 Jan 2022 17:54:34 +0100 Subject: [PATCH] chore: fix commitlint (#231) --- commitlint.config.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 commitlint.config.js diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 00000000..4fedde6d --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1 @@ +module.exports = { extends: ['@commitlint/config-conventional'] }