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