chore(config): create vscode conventional commit configuration
This commit is contained in:
parent
a0ca4059e9
commit
703b9b4244
14
.vscode/settings.json
vendored
Normal file
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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user