From b2c3cb49aad472111ad13a7dbbef6e39fd488013 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Thu, 9 Jan 2020 13:22:23 -0800 Subject: [PATCH] chore(lint): add commitlint config (#254) --- 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 0000000..28fe5c5 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1 @@ +module.exports = {extends: ['@commitlint/config-conventional']}