chore(config): create vscode conventional commit configuration

This commit is contained in:
parent a0ca4059e9
commit 703b9b4244
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

14
.vscode/settings.json vendored Normal file

@ -0,0 +1,14 @@
{
"nuxt.isNuxtApp": false,
"conventionalCommits.scopes": [
"api",
"db/models",
"composables",
"pages",
"nuxt",
"server/middleware",
"components",
"deps",
"client-side"
]
}