WebResourcesDepot |
JsHint – A Code Quality Tool For JavaScript Posted: 20 Feb 2011 09:20 AM PST JsHint is a free, open source and community-driven tool for finding errors and potential problems in JavaScript code. With the flexibility offered, it can be easily adjusted to fit your particular coding guidelines and the environment you expect your code to execute in. It accepts several options like "allowing debugger statements", "tolerate eval" and more. Also, you can let JSHint know when your code is running in a specific environment (including browser, ES5, Node.js, Rhino) which will help recognize specific pre-defined global variables. P.S. The project is actually a fork of the popular JSLint developed by Douglas Crockford (JSON founder) but follows a different principle on controlling the code and developed/improve by the community. Special Downloads: Advertisements: |
You are subscribed to email updates from WebResourcesDepot To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Comments (0)
Post a Comment