JSHint is a tool for detecting errors, potential problems, and for enforcing your coding standards to pre-made code.
The application has numerous useful features: you can force stopping at the first error (a real JavaScript compiler); run the code in a pre-set environment (Node.js, Rhino, browser).
You can also simply use JSHint for making your code less prone to errors, and to enforce similar coding rules for a team of developers.
- Website: http://jshint.com/














