-
Notifications
You must be signed in to change notification settings - Fork 1
/
formats.code-workspace
118 lines (118 loc) · 2.87 KB
/
formats.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
108
109
110
111
112
113
114
115
116
117
118
{
"folders": [
{
"name": "✨ @oada/formats-monorepo",
"path": "."
},
{
"name": "📦 @oada/formats",
"path": "packages/formats"
},
{
"name": "📦 @oada/media-types",
"path": "packages/media-types"
},
{
"name": "📦 @oada/formats-server",
"path": "packages/server"
},
{
"name": "📦 @oada/types",
"path": "packages/types"
},
{
"name": "@oada/schemas",
"path": "schemas"
}
],
"settings": {
"search.exclude": {
".actrc": true,
".history": true,
".dccache": 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,
"**/.coverage": true,
"**/dist": true,
"**/.test": true,
"**/lib-cov": true,
"**/logs": true,
"**/node_modules": true,
"**/pids": true,
"**/tags.*": true,
"act/": true,
"oada/.yarn/cache/.gitignore": true,
"oada/.yarn/cache/*.flock": true,
"oada/.yarn/cache/*.tmp": true,
"oada/services/auth/public/domains/*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"eslint.nodePath": "../../.yarn/sdks",
"files.exclude": {
".actrc": true,
".history": true,
".dccache": 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,
"**/.coverage": true,
"**/dist": true,
"**/.test": true,
"**/lib-cov": true,
"**/logs": true,
"**/node_modules": true,
"**/pids": true,
"**/tags.*": true,
"act/": true,
"oada/.yarn/cache/.gitignore": true,
"oada/.yarn/cache/*.flock": true,
"oada/.yarn/cache/*.tmp": true,
"oada/services/auth/public/domains/*": true
},
"cSpell.words": [
"allof",
"ault",
"cois",
"epsg",
"Fastify",
"FMIS",
"jwks",
"lcov",
"ojkelly",
"sonarjs",
"trellisfw",
"unversioned"
],
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"licenser.author": "Open Ag Data Alliance",
"licenser.license": "AL2",
"commitlint.config.file": "oada/commitlint.config.cjs",
"deno.enable": false
}
}