Posts Tagged ‘JSLint’

Lint your JavaScript with JSLint/JSHint in real time

Thursday, May 24th, 2012

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.

(more…)