consider this

wouldn't it be nice if we just write like this

But i got error no-multi-spaces when i wrote code like that.
We can implement that with no-multi-spaces' exception VariableDeclarator.
http://eslint.org/docs/rules/no-multi-spaces#exceptions
I think that the problem with this is the horrible git diffs that you get when adding one slightly longer variable. Then you have to go back and change all the previous lines to match.
Also, I personally don't think that standard should allow both, either this should be required or not allowed...
Sorry, this kind of manual variable alignment is not really the best use of limited programmer time, even though I agree that it arguably looks "pretty".
Better to have a consistent聽rule:聽always type one space.
fixed?

Most helpful comment
fixed?
