forked from MTES-MCT/Dossier-Facile-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonorepo.code-workspace
51 lines (51 loc) · 972 Bytes
/
monorepo.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
44
45
46
47
48
49
50
51
{
"folders": [
{
"name": "📂 DossierFacile",
"path": "."
},
{
"name": "🚀 www",
"path": "www"
},
{
"name": "🙂 tenant v3",
"path": "tenantv3"
},
{
"name": "🏠 owner",
"path": "owner"
},
{
"name": "📝 watermark",
"path": "waterkmark"
},
{
"name": "📘 df-shared-next",
"path": "df-shared-next"
},
{
"name": "storybook",
"path": "storybook"
}
],
"settings": {
"eslint.validate": [
"javascript",
"typescript"
],
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.formatOnSave": false,
"files.autoSave": "off",
"typescript.implementationsCodeLens.enabled": true,
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.tabSize": 2,
"jest.disabledWorkspaceFolders": [
"📂 DossierFacile",
"storybook",
"🏠 owner"
]
}
}