0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 19:44:26 +01:00
hono/benchmarks/deno/.vscode/settings.json
2022-07-02 17:51:59 +09:00

12 lines
204 B
JSON

{
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"deno.enable": true
}