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/exampleSiteWithImage/budget.desktop.json | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/tests/exampleSiteWithImage/budget.desktop.json b/tests/exampleSiteWithImage/budget.desktop.json
index 7d48969..a580455 100644
--- a/tests/exampleSiteWithImage/budget.desktop.json
+++ b/tests/exampleSiteWithImage/budget.desktop.json
@@ -1,18 +1,18 @@
{
- "budget": {
- "requests": {
- "total": 8
- },
- "transferSize": {
- "total": 365568
- },
- "thirdParty": {
- "requests": 1
- },
- "score": {
- "bestpractice": 93,
- "privacy": 89,
- "performance": 81
- }
+ "budget": {
+ "requests": {
+ "total": 8
+ },
+ "transferSize": {
+ "total": 365568
+ },
+ "thirdParty": {
+ "requests": 1
+ },
+ "score": {
+ "bestpractice": 93,
+ "privacy": 89,
+ "performance": 81
}
+ }
}
--
Gitblit v1.10.0