From 1296b7a72cf79c609a716114a1b04c2b11305de3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 8 Jan 2017 15:59:03 -0500 Subject: [PATCH] using spaces in .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1b4cfda4b2..f64256f73d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -106,6 +106,6 @@ "no-continue": "off", "no-extra-semi": "off", "no-spaced-func": "off", - "no-useless-return": "off" + "no-useless-return": "off" } }