From 98926c51095573c8f4a9daa562c0fd7509bba3b9 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:28:24 +0000 Subject: [PATCH] Fix lint formatting issues in env-utils package - Add trailing newlines to tsconfig.json and biome.json - Resolves CI lint failures in Build, Lint & Test step Related to BUS-1477 Co-Authored-By: nate@buster.so --- packages/env-utils/biome.json | 2 +- packages/env-utils/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/env-utils/biome.json b/packages/env-utils/biome.json index ce45f6045..b242fa54d 100644 --- a/packages/env-utils/biome.json +++ b/packages/env-utils/biome.json @@ -4,4 +4,4 @@ "files": { "include": ["src/**/*"] } -} \ No newline at end of file +} diff --git a/packages/env-utils/tsconfig.json b/packages/env-utils/tsconfig.json index e0c5ef87a..becffbbee 100644 --- a/packages/env-utils/tsconfig.json +++ b/packages/env-utils/tsconfig.json @@ -7,4 +7,4 @@ }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] -} \ No newline at end of file +}