LendKey

Wednesday, January 14, 2009

Style check for Javascript files

Like PMD/StyleCheck for Java, I finally found a tool to perform coding style check and also to find common mistakes from JavaScript files:
http://www.javascriptlint.com

Check their sample and doc for details. It's not so comprehensive/powerful as PMD/StyleCheck, but should be a good start for JS.

No comments: