style: auto-fix linting issues

This commit is contained in:
EduardPrigoana 2026-02-05 16:53:15 +00:00 committed by github-actions[bot]
parent bbcbf0a8d2
commit 8a83f26eb1

View file

@ -1,20 +1,18 @@
{
"name": "Alpine Bun Dev Container",
"image": "alpine:latest",
"postCreateCommand": "apk add --no-cache git nodejs npm && bun --version",
"features": {
"ghcr.io/shyim/devcontainers-features/bun:0": {},
"ghcr.io/devcontainer-config/features/dot-config:3": {}
},
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.sendKeybindingsToShell": true,
"workbench.colorTheme": "Lilac"
},
"extensions": [
"shubham-saudolla.lilac"
]
"name": "Alpine Bun Dev Container",
"image": "alpine:latest",
"postCreateCommand": "apk add --no-cache git nodejs npm && bun --version",
"features": {
"ghcr.io/shyim/devcontainers-features/bun:0": {},
"ghcr.io/devcontainer-config/features/dot-config:3": {}
},
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.sendKeybindingsToShell": true,
"workbench.colorTheme": "Lilac"
},
"extensions": ["shubham-saudolla.lilac"]
}
}
}
}