refactor: 🔧 added some scope for CC

This commit is contained in:
Simon Priet 2021-09-05 13:32:14 +02:00
parent 3d0e47cd34
commit 2bd1b9529c

View File

@ -1,6 +1,11 @@
{
"git.ignoreLimitWarning": true,
"conventionalCommits.scopes": [
"#1"
"#1",
"#2",
"#3",
"#4",
"#5",
"#6"
]
}