From 8ebd2d754c332012f1166a80fa3f605447863733 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:03:36 -0800 Subject: [PATCH] chore: fix linting Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- lighthouserc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lighthouserc.json b/lighthouserc.json index 977f9ea..b9336e0 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -1,7 +1,7 @@ { "ci": { - "upload": { - "target": "temporary-public-storage", - } + "upload": { + "target": "temporary-public-storage" + } } }