From 27f83d2dbf97b9a95ebdf90d6415a817b56a2b7d Mon Sep 17 00:00:00 2001 From: DCoded <dsoloha@live.com> Date: Mon, 6 May 2019 20:43:30 -0400 Subject: [PATCH] Reverted change to ESlint config --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index cf8d26168b0..6be7f200842 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,7 +49,7 @@ "consistent": true } ], - "object-curly-spacing": "off", + "object-curly-spacing": "warn", "no-var": "warn", "spaced-comment": "warn", "no-undef": "off", -- GitLab