From 69887bd06c8fabc155d07f9eb2f786793ce2031f Mon Sep 17 00:00:00 2001 From: KONFeature Date: Sat, 14 Sep 2024 00:54:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biome.json | 2 +- iac/DashboardWebApp.ts | 2 +- iac/ExampleWebApp.ts | 4 ++-- iac/WalletWebApp.ts | 2 +- packages/backend-v2 | 1 - 5 files changed, 5 insertions(+), 6 deletions(-) delete mode 160000 packages/backend-v2 diff --git a/biome.json b/biome.json index a6dd336d..28329669 100644 --- a/biome.json +++ b/biome.json @@ -27,7 +27,7 @@ "noExcessiveCognitiveComplexity": { "level": "error", "options": { - "maxAllowedComplexity": 16 + "maxAllowedComplexity": 17 } }, "noUselessTernary": "error", diff --git a/iac/DashboardWebApp.ts b/iac/DashboardWebApp.ts index 0043afdc..975eadd7 100644 --- a/iac/DashboardWebApp.ts +++ b/iac/DashboardWebApp.ts @@ -47,7 +47,7 @@ export function DashboardWebApp({ stack }: StackContext) { // Enable image optimization imageOptimization: { memorySize: 512, - staticImageOptimization: true + staticImageOptimization: true, }, // Bind to the configs bind: [...configs, reloadCampaignQueue, readPubKeyFunction], diff --git a/iac/ExampleWebApp.ts b/iac/ExampleWebApp.ts index 64082a73..54fb09be 100644 --- a/iac/ExampleWebApp.ts +++ b/iac/ExampleWebApp.ts @@ -33,7 +33,7 @@ export function ExampleAppStack({ stack }: StackContext) { // Enable image optimization imageOptimization: { memorySize: 512, - staticImageOptimization: true + staticImageOptimization: true, }, }); @@ -52,7 +52,7 @@ export function ExampleAppStack({ stack }: StackContext) { // Enable image optimization imageOptimization: { memorySize: 512, - staticImageOptimization: true + staticImageOptimization: true, }, }); diff --git a/iac/WalletWebApp.ts b/iac/WalletWebApp.ts index 16e71c39..7c31b7b8 100644 --- a/iac/WalletWebApp.ts +++ b/iac/WalletWebApp.ts @@ -54,7 +54,7 @@ export function WalletAppStack({ stack }: StackContext) { // Enable image optimization imageOptimization: { memorySize: 512, - staticImageOptimization: true + staticImageOptimization: true, }, // Bind to the configs bind: [...configs, interactionQueue], diff --git a/packages/backend-v2 b/packages/backend-v2 deleted file mode 160000 index c7b00ae7..00000000 --- a/packages/backend-v2 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c7b00ae7cdab732379463c005b2ee0777ec500ac