mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 19:44:26 +01:00
21 lines
512 B
JSON
21 lines
512 B
JSON
|
{
|
||
|
"build": {
|
||
|
"dockerfile": "Dockerfile"
|
||
|
},
|
||
|
"customizations": {
|
||
|
"vscode": {
|
||
|
"settings": {
|
||
|
"deno.enable": false,
|
||
|
"eslint.validate": [
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"typescript",
|
||
|
"typescriptreact"
|
||
|
],
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|