-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.czrc
38 lines (38 loc) · 877 Bytes
/
.czrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"scopes": [
{
"value": "core",
"name": "core: anything core specific"
},
{
"value": "gql",
"name": "graphql: anything graphql specific"
},
{
"value": "vite",
"name": "vite: anything vite specific"
},
{
"value": "react",
"name": "react: anything react specific"
},
{
"value": "shared",
"name": "shared: anything shared specific"
},
{
"value": "storage",
"name": "storage: anything storage specific"
},
{
"value": "sandbox",
"name": "sandbox: anything sandbox specific"
},
{
"value": "docs",
"name": "docs: anything docs specific"
}
],
"scopesSearchValue": true,
"allowCustomScopes": false
}