mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"deno.enable": false,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
} |