deno-deploy/.vscode/settings.json
Sam Therapy a1b5e6d3c9
All checks were successful
continuous-integration/drone/push Build is passing
Change from shell to JS
Already using Deno so why not just use it more

Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-12 03:08:42 +02:00

6 lines
72 B
JSON

{
"deno.enable": true,
"deno.unstable": true,
"deno.lint": true
}