From 87330d8bb9eef7d792d3dc436c92480422a3ae3c Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 16 Feb 2024 00:08:59 +0000 Subject: [PATCH] ci: Format code --- .devcontainer/devcontainer.json | 8 ++++---- tsconfig.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fe17fd13..21ada2fc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,15 +3,15 @@ "build": { "dockerfile": "Dockerfile", "args": { - "VARIANT": "20", - }, + "VARIANT": "20" + } }, "extensions": [ "ms-vsliveshare.vsliveshare", "dbaeumer.vscode-eslint", "EditorConfig.EditorConfig", - "esbenp.prettier-vscode", + "esbenp.prettier-vscode" ], "postCreateCommand": "npm install", - "remoteUser": "node", + "remoteUser": "node" } diff --git a/tsconfig.json b/tsconfig.json index ac73ec63..a39b5e87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,8 +27,8 @@ "@seamapi/http": ["./src/index.ts"], "@seamapi/http/connect": ["./src/connect.ts"], "fixtures/*": ["./test/fixtures/*"], - "lib/*": ["./src/lib/*"], - }, + "lib/*": ["./src/lib/*"] + } }, "files": ["src/index.ts", "src/connect.ts"], "include": [ @@ -37,6 +37,6 @@ "examples/**/*", "tsup.config.ts", "prepack.ts", - "generate-routes.ts", - ], + "generate-routes.ts" + ] }