Detect JavaScript Problems with ESLint

added by JavaScript Kicks
3/21/2015 3:03:14 PM

1027 Views

When writing JavaScript, I spend a lot of time fixing basic mistakes. I often rename a variable and test my app, and then find I didn’t rename the variable in one spot. I rename functions, same thing. I type things wrong, and again waste time clicking around in the browser.


0 comments