From c941265711075cd124d8a58c97663e0e696487bc Mon Sep 17 00:00:00 2001 From: EduardPrigoana <182119792+EduardPrigoana@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:47:55 +0000 Subject: [PATCH] style: auto-fix linting issues --- .devcontainer/devcontainer.json | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d7967cd..6698905 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,20 +1,18 @@ { - "name": "Alpine Bun Dev Container", - "image": "alpine:latest", - "features": { - "ghcr.io/shyim/devcontainers-features/bun:0": {}, - "ghcr.io/devcontainer-config/features/dot-config:3": {} - }, - "postCreateCommand": "apk add --no-cache git && bun --version", - "customizations": { - "vscode": { - "settings": { - "terminal.integrated.sendKeybindingsToShell": true, - "workbench.colorTheme": "Lilac" - }, - "extensions": [ - "shubham-saudolla.lilac" - ] + "name": "Alpine Bun Dev Container", + "image": "alpine:latest", + "features": { + "ghcr.io/shyim/devcontainers-features/bun:0": {}, + "ghcr.io/devcontainer-config/features/dot-config:3": {} + }, + "postCreateCommand": "apk add --no-cache git && bun --version", + "customizations": { + "vscode": { + "settings": { + "terminal.integrated.sendKeybindingsToShell": true, + "workbench.colorTheme": "Lilac" + }, + "extensions": ["shubham-saudolla.lilac"] + } } - } }