Skip to content

Commit

Permalink
feat(ide): add scope (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Mar 18, 2024
1 parent 4a15029 commit 04349f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"conventionalCommits.scopes": ["backend", "ide", "frontend"],
"conventionalCommits.scopes": ["backend", "frontend", "ide", "ci/cd"],
"eslint.workingDirectories": ["./frontend"]
}

0 comments on commit 04349f8

Please sign in to comment.