In C/C++ this is important, especially with arbitrary iterators and pre/post increment semantics. Also, random access vs forward-iterators.
In Javascript it's more about aesthetics than anything else. Unless you're dealing with strings. "1"+1
is "11".
I would say that ++i is an idiom that's worth being consistent with.
JSLint is wrong.