From 6bcfbc7760a595645fd3e9a8aa3aee2cbc092801 Mon Sep 17 00:00:00 2001 From: Michael Behrisch <m.behrisch@uu.nl> Date: Sat, 2 Apr 2022 20:36:28 +0200 Subject: [PATCH] chore: :art: shorter scope names for longer header descriptions the old scope names where too long and stole space from the description. --- .vscode/settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c27507c7..5ff6bea5d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,15 +14,15 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "conventionalCommits.scopes": [ - "vis-rawjsonview", + "json", "panels", - "vis-semsub", - "vis-nl", - "vis-paoh", - "vis-schema", + "semsub", + "nl", + "paoh", + "schema", "storybook", "store", - "libs" + "libs", ], "jest.jestCommandLine": "nx affected:test", -- GitLab