From 483f1e73457fdf7c89cac9522e78cbd7660401c4 Mon Sep 17 00:00:00 2001 From: e2tha-e Date: Thu, 8 Oct 2020 08:21:58 -0400 Subject: [PATCH] .eslintrc.json update --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c780449..e15f004 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -89,7 +89,7 @@ "no-with": 2, "object-curly-spacing": [2, "never"], "one-var": [2, "never"], - "quote-props": [2, "consistent-as-needed"], + "quote-props": [2, "as-needed"], "quotes": [2, "single"], "semi": [2, "always"], "semi-spacing": [2, {