style: auto-fix linting issues
This commit is contained in:
parent
bbcbf0a8d2
commit
8a83f26eb1
1 changed files with 15 additions and 17 deletions
|
|
@ -1,20 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "Alpine Bun Dev Container",
|
"name": "Alpine Bun Dev Container",
|
||||||
"image": "alpine:latest",
|
"image": "alpine:latest",
|
||||||
"postCreateCommand": "apk add --no-cache git nodejs npm && bun --version",
|
"postCreateCommand": "apk add --no-cache git nodejs npm && bun --version",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/shyim/devcontainers-features/bun:0": {},
|
"ghcr.io/shyim/devcontainers-features/bun:0": {},
|
||||||
"ghcr.io/devcontainer-config/features/dot-config:3": {}
|
"ghcr.io/devcontainer-config/features/dot-config:3": {}
|
||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.sendKeybindingsToShell": true,
|
"terminal.integrated.sendKeybindingsToShell": true,
|
||||||
"workbench.colorTheme": "Lilac"
|
"workbench.colorTheme": "Lilac"
|
||||||
},
|
},
|
||||||
"extensions": [
|
"extensions": ["shubham-saudolla.lilac"]
|
||||||
"shubham-saudolla.lilac"
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue