This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Lint your JavaScript with JSLint/JSHint in real time
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Maxim Mossienko.
Do you have a habit running JSLint or JSHint for your JavaScript code? If you do not have it because the running is tedious, then IDE can help you with it while you edit the code. Here is how.
Open Settings, type [...]