From f0a8e07b0ea5452b1fe528481bacb9fa595d088d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 3 Jan 2024 17:53:34 -0500 Subject: [PATCH] chore(workspace): add more scopes to conventional commits config --- .idea/conventionalcommit.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.idea/conventionalcommit.json b/.idea/conventionalcommit.json index 5eeb068..8c4a05e 100644 --- a/.idea/conventionalcommit.json +++ b/.idea/conventionalcommit.json @@ -7,7 +7,7 @@ "nuxt": {}, "server/middleware": {}, "components": {}, - "deps": {}, + "dependencies": {}, "client-side": {}, "config": {}, "workspace": {}, @@ -15,7 +15,9 @@ "api/utils": {}, "server/utils": {}, "server/plugins": {}, - "ci": {} + "ci": {}, + "tests/browser": {}, + "tests/api": {} }, "types": { "refactor": {