From 04349f86069ac47badf2986949e6ca2f91d5076e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Mon, 18 Mar 2024 09:37:25 +0100 Subject: [PATCH] feat(ide): add scope (#144) --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d1138be..ad29d7d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "conventionalCommits.scopes": ["backend", "ide", "frontend"], + "conventionalCommits.scopes": ["backend", "frontend", "ide", "ci/cd"], "eslint.workingDirectories": ["./frontend"] }