A Comparison of JavaScript Linting Tools

added by JavaScript Kicks
3/17/2015 11:04:31 AM

693 Views

A linting tool helps me avoid silly mistakes when writing JavaScript. Despite my many years of experience, I still type variable names incorrectly, make syntax errors and forget to handle my errors properly. A good linting tool, or a linter, will tell me about this before I waste my time—or worse, my client’s time. A good linting tool can also help make sure a project adheres to a coding standard.


0 comments