From 88dca2d05fd828abfe4816fd2f70a545b6d170da Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 4 Jun 2015 13:56:58 -0700 Subject: [PATCH] Enabling an `eslint` rule that has no more warnings. --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index d6c41528..fb6e7c9b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -89,7 +89,7 @@ "no-multi-spaces": [2], "no-multi-str": [2], "no-multiple-empty-lines": [2, {"max": 1}], - "no-native-reassign": [1, {"exceptions": ["Date", "parseInt"]}], + "no-native-reassign": [2, {"exceptions": ["Date", "parseInt"]}], "no-negated-in-lhs": [2], "no-nested-ternary": [0], "no-new": [2],