mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
18 lines
459 B
JSON
18 lines
459 B
JSON
{
|
|
"name": "axios",
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-24-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
|
},
|
|
"postCreateCommand": "npm ci --ignore-scripts",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"],
|
|
"settings": {
|
|
"eslint.validate": ["javascript"],
|
|
"editor.formatOnSave": false,
|
|
},
|
|
},
|
|
},
|
|
}
|