From 6bd197eed530c47052224b133d298659918d2bfd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 8 Apr 2015 11:52:45 -0700 Subject: Bump grunt-eslint to ^10.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83ed3d3..dc2f7df 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "grunt-browserify": "^3.2.1", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-nodeunit": "^0.4.1", - "grunt-eslint": "^9.0.0", + "grunt-eslint": "^10.0.0", "grunt-jscs": "^1.5.0", "jscs-jsdoc": "^0.4.0", "load-grunt-tasks": "^3.0.0", -- cgit v1.2.3 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