From 79d614f8825252f91d05f6388d6985ba0fad0299 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 7 Apr 2015 17:44:08 -0700 Subject: update ESLint config --- .eslintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc b/.eslintrc index 7f4bef0..93b72a6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -31,6 +31,7 @@ "no-multi-spaces": 2, "no-multiple-empty-lines": 0, "no-new-object": 2, + "no-param-reassign": 0, "no-process-env": 2, "no-reserved-keys": 0, "no-self-compare": 2, @@ -39,6 +40,7 @@ "no-trailing-spaces": 2, "no-underscore-dangle": 0, "no-void": 2, + "one-var": [2, "never"], "operator-assignment": [2, "always"], "padded-blocks": 0, "quotes": 0, -- cgit v1.2.3