From e2ad1fdbbfca316896eeccfad6af6e87ed2fc331 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Wed, 28 Jan 2015 22:18:10 -0800 Subject: [PATCH] Turn off new parens rule --- scripts/admin/eslint/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin/eslint/config.json b/scripts/admin/eslint/config.json index 36b4105529..5d8b7c212a 100644 --- a/scripts/admin/eslint/config.json +++ b/scripts/admin/eslint/config.json @@ -127,7 +127,7 @@ "max-params": [0, 3], "max-statements": [0, 10], "new-cap": 2, - "new-parens": 2, + "new-parens": 0, "one-var": 0, "operator-assignment": [0, "always"], "padded-blocks": 0,