mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore: added dev container (#10925)
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user