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