-
Notifications
You must be signed in to change notification settings - Fork 0
/
think-big.code-workspace
43 lines (43 loc) · 993 Bytes
/
think-big.code-workspace
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
39
40
41
42
43
{
"folders": [
{
"name": "✨ @100devs-adhd/think-big",
"path": "."
},
{
"name": "🚀 @100devs-adhd/frontend",
"path": "apps/frontend"
},
{
"name": "📦 @100devs-adhd/eslint-config-thinkbig",
"path": "packages/eslint-config-thinkbig"
},
{
"name": "📦 @100devs-adhd/ui",
"path": "packages/ui"
}
],
"settings": {
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"jest.coverageFormatter": "DefaultFormatter",
"docthis.includeAuthorTag": true,
"docthis.includeDateTag": true,
"docthis.includeDescriptionTag": true,
"docthis.inferTypesFromNames": true,
"git.autofetch": true,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true
},
"extensions": {
"recommendations": [
"mgmcdermott.vscode-language-babel",
"orta.vscode-jest",
"oouo-diogo-perdigao.docthis",
"ms-vsliveshare.vsliveshare",
"bengreenier.vscode-node-readme",
"christian-kohler.npm-intellisense",
"Jacano.vscode-pnpm"
]
}
}