Total Pageviews

Sunday, 6 April 2014

JSHint, A Static Code Analysis Tool for JavaScript

JSHint is a tool that helps to detect errors and potential problems in your JavaScript code
http://jshint.com

[ Use it onlineAboutDocsFAQInstallHackBlogTwitter ]
Build Status NPM version
JSHint is a community-driven tool to detect errors and potential problems in JavaScript code. It is very flexible so you can easily adjust it to your particular coding guidelines and the environment you expect your code to execute in.

from https://github.com/jshint/jshint

相关帖子:http://briteming.blogspot.co.uk/2014/02/blog-post_8.html