From 84e3032aa84dacc85ec91b751120fc0759f2a014 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 16 Mar 2023 16:52:44 -0700 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index ed51af67..434bb3a9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,7 @@ "rules": { "indent": [ "error", - 2 + 4 ], "linebreak-style": [ "error",