19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
|
{
|
||
|
"imports": {
|
||
|
"std": "https://deno.land/std@0.204.0/",
|
||
|
},
|
||
|
"lint": {
|
||
|
"include": ["src/"],
|
||
|
"rules": {
|
||
|
"tags": ["recommended"],
|
||
|
}
|
||
|
},
|
||
|
"fmt": {
|
||
|
"useTabs": true,
|
||
|
"lineWidth": 80,
|
||
|
"indentWidth": 2,
|
||
|
"semiColons": true,
|
||
|
"singleQuote": true,
|
||
|
},
|
||
|
"nodeModulesDir": true,
|
||
|
}
|