jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 513 forks source link

New Rule: disallowMoreThanOneSpaceForVar #2158

Closed erikvold closed 8 years ago

erikvold commented 8 years ago

It would be nice if there were a rule that would prevent something like this let something = thing;

Notice the two spaces between let and something, this is what I would like to prevent with a new rule.

erikvold commented 8 years ago

ah nvm this is done! disallowMultipleSpaces