From ac0edebd81b975a53ba9f672a200ada8cf39cd20 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 27 Aug 2015 17:40:23 -0700 Subject: [PATCH] Enable no-extra-parens This enables the no-extra-parens rule. http://eslint.org/docs/rules/no-extra-parens Change-Id: I3ae8a4268f01f8493115e065f45c4059ee37f599 --- .eslintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 8ef185b..024863f 100644 --- a/.eslintrc +++ b/.eslintrc @@ -116,8 +116,8 @@ rules: # Disallow extraneous parentheses around functions. # http://eslint.org/docs/rules/no-extra-parens no-extra-parens: - - 0 # TODO(krotscheck): Discuss & Activate - - "functions" + - 2 + - "all" # Disallow extraneous semicolons. # http://eslint.org/docs/rules/no-extra-semi