From cd00220d98f3dec39bf450e36a5cccbc3959b2d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:14:44 +0000 Subject: [PATCH] style: auto format --- .devcontainer/devcontainer.json | 20 ++++++++++---------- jsconfig.json | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 485990eb789bc6..9fe73c9702232b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,9 +19,9 @@ "rangav.vscode-thunder-client", "SonarSource.sonarlint-vscode", "unifiedjs.vscode-mdx", - "ZihanLi.at-helper" - ] - } + "ZihanLi.at-helper", + ], + }, }, // Use 'forwardPorts' to make a list of ports inside the container available locally. @@ -30,12 +30,12 @@ "portsAttributes": { "1200": { "label": "app port", - "onAutoForward": "notify" + "onAutoForward": "notify", }, "3000": { "label": "docs port", - "onAutoForward": "notify" - } + "onAutoForward": "notify", + }, }, "onCreateCommand": "sudo apt-get update && export DEBIAN_FRONTEND=noninteractive && sudo apt-get -y install --no-install-recommends ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libcairo2 libcups2 libdbus-1-3 libexpat1 libgbm1 libglib2.0-0 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 wget xdg-utils redis-server && sudo apt-get autoremove -y && sudo apt-get clean -y && sudo rm -rf /var/lib/apt/lists/*", @@ -55,10 +55,10 @@ "remoteUser": "node", "features": { "ghcr.io/devcontainers/features/docker-in-docker": { - "version": "latest" + "version": "latest", }, "ghcr.io/devcontainers/features/github-cli": { - "version": "latest" - } - } + "version": "latest", + }, + }, } diff --git a/jsconfig.json b/jsconfig.json index 716d74dedff67e..4586de1007f600 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -2,8 +2,8 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "@/*": ["./lib/*"] - } + "@/*": ["./lib/*"], + }, }, - "include": ["./lib/**/*"] + "include": ["./lib/**/*"], }