re-allowing pluplus in for loops

v1.18.x
Julian Lam 8 years ago
parent e71bd7a27f
commit b5f8fc815e

@ -31,6 +31,7 @@
"no-use-before-define": ["error", "nofunc"], "no-use-before-define": ["error", "nofunc"],
"no-prototype-builtins": "off", "no-prototype-builtins": "off",
"new-cap": "off", "new-cap": "off",
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
// ES6 // ES6
"prefer-rest-params": "off", "prefer-rest-params": "off",
@ -114,7 +115,6 @@
// "block-spacing": "off", // "block-spacing": "off",
// "quote-props": "off", // "quote-props": "off",
// "space-unary-ops": "off", // "space-unary-ops": "off",
// "no-plusplus": "off",
// "no-empty": "off", // "no-empty": "off",
// "dot-notation": "off", // "dot-notation": "off",
// "func-call-spacing": "off", // "func-call-spacing": "off",

Loading…
Cancel
Save