re-allowing pluplus in for loops

This commit is contained in:
Julian Lam
2017-02-24 11:53:00 -05:00
parent e71bd7a27f
commit b5f8fc815e

View File

@@ -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",