From b5f8fc815e4eee6166fb3db929b067206a2a7a3f Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 24 Feb 2017 11:53:00 -0500 Subject: [PATCH] re-allowing pluplus in for loops --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 3c2579b8fc..52211a126d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -31,6 +31,7 @@ "no-use-before-define": ["error", "nofunc"], "no-prototype-builtins": "off", "new-cap": "off", + "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }], // ES6 "prefer-rest-params": "off", @@ -114,7 +115,6 @@ // "block-spacing": "off", // "quote-props": "off", // "space-unary-ops": "off", - // "no-plusplus": "off", // "no-empty": "off", // "dot-notation": "off", // "func-call-spacing": "off",