From fa385f7927971c164e21cb13cc897e30601bfa33 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Tue, 1 Oct 2019 20:14:52 -0300 Subject: [PATCH] chore: add commitlint config file --- 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..98ee7df --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,3 @@ +module.exports = { + extends: ['@commitlint/config-conventional'], +}