From 31615f83055b103ea98004ecd9ac4b42c48e24c3 Mon Sep 17 00:00:00 2001 From: maxinakenty Date: Wed, 19 Dec 2018 16:17:17 +0300 Subject: [PATCH] feat(commitlint): add commentlint config --- commitlint.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 commitlint.config.js diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..84dcb12 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,3 @@ +module.exports = { + extends: ['@commitlint/config-conventional'], +};