I've been looking for tools that can check the style of JavaScript programs, format the code or both. I found a few and wanted to share those, along with checking which ones I'm missing.
This takes an annotated AST, via Rocambole, to format the code, including comments. This can be pretty complex and brittle at times, but provides the most complete solution to formatting in any style.
What other tools are there? Which ones are you using? Any interesting in helping out with jscs or esformatter? Both projects could use help from JS tool developers.
Regards
Jörn