Skip to content

Commit 26a9051

Browse files
refactor: added czg config
1 parent 0269162 commit 26a9051

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.czrc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"scopes": [
3+
{
4+
"value": "web",
5+
"name": "web: anything Website specific"
6+
},
7+
{
8+
"value": "ui",
9+
"name": "ui: anything UI specific"
10+
},
11+
{
12+
"value": "plugin",
13+
"name": "plugin: anything Plugin specific"
14+
},
15+
{
16+
"value": "stroybook",
17+
"name": "stroybook: anything Stroybook specific"
18+
}
19+
],
20+
"scopesSearchValue": true,
21+
"allowCustomScopes": false
22+
}

0 commit comments

Comments
 (0)