From 7277cbfb94f9b4028dca9b338469f26c1402f3b3 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Wed, 3 Apr 2024 16:32:31 +0200 Subject: [PATCH] chore: Fix indent in root package.json Signed-off-by: Dominik Jelinek --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd2cb7285..45ebe0455 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "@types/selenium-webdriver": "^4.1.22", "@types/targz": "^1.0.4", "@typescript-eslint/eslint-plugin": "^7.5.0", - "@typescript-eslint/parser": "^7.5.0", - "eslint": "^8.57.0", + "@typescript-eslint/parser": "^7.5.0", + "eslint": "^8.57.0", "lerna": "^8.1.2", "rimraf": "^5.0.5", "type-fest": "^4.14.0",