5 ms·
You can use the airbnb preset with JSCS (javascript code style checker) [1]. Also there's an autofix feature for most of the whitespace rules (`jscs src --pres
by eltaco 11y ago
You can use the airbnb preset with JSCS (javascript code style checker) [1].
Also there's an autofix feature for most of the whitespace rules (`jscs src --preset=airbnb --fix`) so you won't have to fix everything manually.
[1]: http://jscs.info/overview.html http://jscs.info/overview.html