Regardless of the language you're programming in, we always want to try to produce clean, concise, and correct code. This is a sign of a good programmer and it lets you know your apps are running properly. Linting helps with this by analyzing your code and highlighting common issues regarding syntax and coding conventions based on best practices.
JSLint is one of the best tools for finding common JavaScript errors. So in this screencast, we're going to take a look at how to setup the linting process within your web development workflow using a fork of JSLint called JSHint.
Comments
Be the first to write a comment
You must me logged in to write a comment.