From 1cfb17bfcb2b402e3ae97b5693d42522a50ca764 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 8 Apr 2015 11:55:18 -0700 Subject: update ESLint config --- .eslintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc b/.eslintrc index 7fc2b7c..25ac1d7 100644 --- a/.eslintrc +++ b/.eslintrc @@ -30,6 +30,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, @@ -38,6 +39,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