mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 02:27:49 +01:00
29 lines
703 B
JSON
29 lines
703 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"containerEnv": {
|
|
"HOME": "/home/node"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"deno.enable": false,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
},
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|
|
}
|
|
}
|