mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-06 02:30:48 -08:00
15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"fmt": {
|
|
"options": {
|
|
"useTabs": true,
|
|
"lineWidth": 120,
|
|
"singleQuote": true,
|
|
"proseWrap": "preserve"
|
|
}
|
|
},
|
|
"imports": {
|
|
"https://deno.land/std@0.159.0/": "https://deno.land/std@0.192.0/",
|
|
"https://deno.land/std@0.170.0/": "https://deno.land/std@0.192.0/",
|
|
"https://deno.land/std@0.186.0/": "https://deno.land/std@0.192.0/"
|
|
}
|
|
}
|