From 21905def9c8569ad255759ee677fcbb6bd9a7ca2 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Wed, 15 Sep 2021 18:55:02 -0400 Subject: [PATCH] chore: add `deps-peer` and `yarn` commit scopes --- commitlint.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commitlint.config.js b/commitlint.config.js index 9b39410..faecdad 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -46,12 +46,14 @@ module.exports = { 'deploy', 'deps', 'deps-dev', + 'deps-peer', 'log', 'release', 'scripts', 'tests', 'typescript', - 'workflows' + 'workflows', + 'yarn' ] ],