From d15b83c8aa67effb79c3bbb4a5d6bbef06e507b0 Mon Sep 17 00:00:00 2001 From: Yan Cui Date: Mon, 18 Feb 2019 13:41:08 +0000 Subject: [PATCH] ci: added commitlint config --- 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'] }