19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "../Dockerfile",
|
|
"context": "..",
|
|
"target": "base"
|
|
},
|
|
"postCreateCommand": "npm ci --no-audit --no-fund",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"EditorConfig.EditorConfig",
|
|
"esbenp.prettier-vscode",
|
|
"samverschueren.linter-xo",
|
|
"davidanson.vscode-markdownlint"
|
|
]
|
|
}
|
|
}
|
|
}
|