-
Notifications
You must be signed in to change notification settings - Fork 1
/
deno.jsonc
51 lines (51 loc) · 1.4 KB
/
deno.jsonc
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
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"fmt": {
"indentWidth": 4,
"lineWidth": 800,
"proseWrap": "preserve",
"semiColons": true,
"singleQuote": false,
"useTabs": true
},
"imports": {
"COLOR": "https://esm.sh/[email protected]",
"COLORNAMESPACELISTCOMMUNITY": "https://esm.sh/[email protected]/dist/colornames.esm.js",
"EXFETCH/": "https://raw.githubusercontent.com/hugoalh/exfetch-es/v0.5.1/",
"FS/": "https://raw.githubusercontent.com/hugoalh/fs-es/v0.2.0/",
"GHACTIONS/": "https://raw.githubusercontent.com/hugoalh/github-actions-core-es/v0.4.2/",
"ISJSON/": "https://raw.githubusercontent.com/hugoalh/is-json-es/v1.0.4/",
"REGEXPURL": "https://esm.sh/[email protected]",
"STD/assert": "jsr:@std/[email protected]",
"STD/media-types": "jsr:@std/[email protected]",
"STD/path": "jsr:@std/[email protected]",
"STD/yaml": "jsr:@std/[email protected]",
"STRINGOVERFLOW/": "https://raw.githubusercontent.com/hugoalh/string-overflow-es/v2.0.4/"
},
"lint": {
"rules": {
"tags": [
"recommended"
],
"include": [
"default-param-last",
"eqeqeq",
"guard-for-in",
"no-const-assign",
"no-eval",
"no-non-null-asserted-optional-chain",
"no-self-compare",
"no-sparse-arrays",
"no-sync-fn-in-async-fn",
"no-undef",
"triple-slash-reference",
"verbatim-module-syntax"
]
}
},
"lock": false,
"tasks": {
},
"unstable": [
]
}