From 175fd81d19cfb8b05c4e9ba388b6308b8c865bf1 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Thu, 06 Mar 2025 21:25:54 +0000
Subject: [PATCH] style: update default linter config

---
 tests/exampleSiteWithVideo/budget.desktop.json |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/tests/exampleSiteWithVideo/budget.desktop.json b/tests/exampleSiteWithVideo/budget.desktop.json
index a6b414a..30c3a0b 100644
--- a/tests/exampleSiteWithVideo/budget.desktop.json
+++ b/tests/exampleSiteWithVideo/budget.desktop.json
@@ -1,18 +1,18 @@
 {
-    "budget": {
-        "requests": {
-            "total": 8
-        },
-        "transferSize": {
-            "total": 2048000
-        },
-        "thirdParty": {
-            "requests": 1
-        },
-        "score": {
-            "bestpractice": 93,
-            "privacy": 89,
-            "performance": 77
-        }
+  "budget": {
+    "requests": {
+      "total": 8
+    },
+    "transferSize": {
+      "total": 2048000
+    },
+    "thirdParty": {
+      "requests": 1
+    },
+    "score": {
+      "bestpractice": 93,
+      "privacy": 89,
+      "performance": 77
     }
+  }
 }

--
Gitblit v1.10.0