13 lines
233 B
JSON
13 lines
233 B
JSON
|
{
|
||
|
"fmt": {
|
||
|
"singleQuote": true,
|
||
|
"semiColons": true,
|
||
|
"useTabs": true,
|
||
|
"indentWidth": 4
|
||
|
},
|
||
|
"imports": {
|
||
|
"std:csv": "https://deno.land/std@0.212.0/csv/mod.ts",
|
||
|
"bluemine": "https://deno.land/x/bluemine@0.1.3/mod.ts"
|
||
|
}
|
||
|
}
|