-
Notifications
You must be signed in to change notification settings - Fork 29
/
deno.json
50 lines (50 loc) · 1.54 KB
/
deno.json
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
{
"lock": false,
"lint": {
"exclude": [
"node_modules",
"dist",
"packages/sham-weakref/dist",
"packages/sham-weakref/node_modules",
"packages/shim-crypto/dist",
"packages/shim-crypto/node_modules",
"packages/shim-deno/dist",
"packages/shim-deno/node_modules",
"packages/shim-deno/src/deno/stable/lib.deno.d.ts",
"packages/shim-deno/src/deno/unstable/lib.deno.unstable.d.ts",
"packages/shim-deno/lib",
"packages/shim-deno/third_party",
"packages/shim-deno-test/dist",
"packages/shim-deno-test/node_modules",
"packages/shim-prompts/dist",
"packages/shim-prompts/node_modules",
"packages/shim-timers/dist",
"packages/shim-timers/node_modules"
],
"rules": {
"exclude": ["no-explicit-any"]
}
},
"fmt": {
"exclude": [
"node_modules",
"dist",
"packages/sham-weakref/dist",
"packages/sham-weakref/node_modules",
"packages/shim-crypto/dist",
"packages/shim-crypto/node_modules",
"packages/shim-deno/dist",
"packages/shim-deno/node_modules",
"packages/shim-deno/src/deno/stable/lib.deno.d.ts",
"packages/shim-deno/src/deno/unstable/lib.deno.unstable.d.ts",
"packages/shim-deno/lib",
"packages/shim-deno/third_party",
"packages/shim-deno-test/dist",
"packages/shim-deno-test/node_modules",
"packages/shim-prompts/dist",
"packages/shim-prompts/node_modules",
"packages/shim-timers/dist",
"packages/shim-timers/node_modules"
]
}
}