Features

Lint your JavaScript with JSLint/JSHint in real time

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 JSLint, enable the code quality tool, configure options. Hit OK.

Here you go, the errors from JSLint appear in your editor.

Develop with pleasure!

image description