From 0726eccc77d5c069ca180a7f2428794a51b1c44a Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Fri, 26 Apr 2019 15:36:57 -0400
Subject: [PATCH] Updated ESlint

---
 .eslintrc.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.eslintrc.json b/.eslintrc.json
index 466925362f4..2200a90298c 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -38,7 +38,11 @@
 		"camelcase": "warn",
 		"comma-spacing": "error",
 		"comma-style": "error",
-		"object-curly-newline": "off",
+		"object-curly-newline": ["warn", 
+			{
+				"minProperties": 4
+			}
+		],
 		"object-curly-spacing": "error",
 		"no-var": "error",
 		"spaced-comment": "warn",
-- 
GitLab