Skip to content
Snippets Groups Projects
Commit 3e158af1 authored by Vincent De Andrade's avatar Vincent De Andrade
Browse files

Initial commit

parents
Branches
No related tags found
No related merge requests found
{
"deno.enable": true,
"deno.config": "./deno.jsonc",
"deno.unstable": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
}
{
"compilerOptions": {
"noImplicitAny": true
},
"lint": {
"rules": {
"tags": ["recommended"],
"include": [
"ban-untagged-todo",
"camelcase",
"explicit-function-return-type"
],
"exclude": ["no-unused-vars", "prefer-const"]
}
}
}
console.log("Hello, world");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment