0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/.vscode/settings.json

13 lines
263 B
JSON
Raw Normal View History

{
"deno.enable": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
2024-01-20 22:17:48 +01:00
},
"typescript.tsdk": "node_modules/typescript/lib"
}