generated from NiGhTTraX/ts-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules-engine.code-workspace
90 lines (90 loc) · 1.99 KB
/
rules-engine.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
{
"folders": [
{
"name": "✨ @trellisfw/rules-engine",
"path": "."
},
{
"name": "📦 @trellisfw/rules-controller",
"path": "packages/controller"
},
{
"name": "📦 @trellisfw/rules-worker",
"path": "packages/worker"
}
],
"settings": {
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"search.exclude": {
".dccache": true,
".actrc": true,
".history": true,
".DS_Store": true,
".grunt": true,
".lock-wscript": true,
".node_repl_history": true,
".npm": true,
".nyc_output": true,
".pnp.*": true,
".vim": true,
".yarn": true,
"*.log": true,
"*.pid": true,
"*.seed": true,
"*.tsbuildinfo": true,
"coverage": true,
"dist": true,
"lib": true,
"lib-cov": true,
"logs": true,
"node_modules": true,
"pids": true,
"tags.*": true,
"act/": true
},
"files.exclude": {
".dccache": true,
".actrc": true,
".history": true,
".DS_Store": true,
".grunt": true,
".lock-wscript": true,
".node_repl_history": true,
".npm": true,
".nyc_output": true,
".pnp.*": true,
".vim": true,
".yarn": true,
"*.log": true,
"*.pid": true,
"*.seed": true,
"*.tsbuildinfo": true,
"coverage": true,
"lib": true,
"dist": true,
"lib-cov": true,
"logs": true,
"node_modules": true,
"pids": true,
"tags.*": true,
"act/": true
},
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"licenser.author": "Qlever LLC",
"licenser.license": "MIT",
"cSpell.words": [
"featureful",
"ksuid",
"monorepo",
"Promisified",
"rjsf",
"sonarjs",
"trellisfw",
"uischema"
]
}
}