-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
quisido.code-workspace
107 lines (106 loc) · 2.13 KB
/
quisido.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"folders": [
{
"name": "$root",
"path": ".",
},
{
"name": "quisi.do",
"path": "packages/next",
},
{
"name": "Authentication",
"path": "packages/authn",
},
{
"name": "Content Security Policy reporting endpoint",
"path": "packages/csp",
},
{
"name": "authn-shared",
"path": "packages/authn-shared",
},
{
"name": "aws-rum-react",
"path": "packages/aws-rum-react",
},
{
"name": "cloudflare-utils",
"path": "packages/cloudflare-utils",
},
{
"name": "cjs-ts",
"path": "packages/cjs-ts",
},
{
"name": "csp-shared",
"path": "packages/csp-shared",
},
{
"name": "eslint-config",
"path": "packages/eslint-config",
},
{
"name": "fmrs",
"path": "packages/fmrs",
},
{
"name": "fullstory-react",
"path": "packages/fullstory-react",
},
{
"name": "lazy-i18n",
"path": "packages/lazy-i18n",
},
{
"name": "mock-next-router",
"path": "packages/mock-next-router",
},
{
"name": "number-format-react",
"path": "packages/number-format-react",
},
{
"name": "proposal-async-context",
"path": "packages/proposal-async-context",
},
{
"name": "react-datadog",
"path": "packages/react-datadog",
},
{
"name": "sentry-react",
"path": "packages/sentry-react",
},
{
"name": "test",
"path": "packages/test",
},
{
"name": "tree-logger",
"path": "packages/tree-logger",
},
{
"name": "unknown2string",
"path": "packages/unknown2string",
},
{
"name": "use-shallow-memo",
"path": "packages/use-shallow-memo",
},
{
"name": "vitest-config",
"path": "packages/vitest-config",
},
{
"name": "worker",
"path": "packages/worker",
},
],
"settings": {
"eslint.nodePath": "../../.yarn/sdks",
"eslint.useFlatConfig": true,
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": ".yarn/sdks/typescript/lib",
},
}