Sublime Forum

I’ve installed jshint—but how do I interpret the notifications?

#1

Hi all. I’ve installed the JavaScript linter jshint into SublimeText, and it seems to be working. But as a beginner JS coder, I’m not sure how to interpret the jshint warnings. For example, a JS file of mine contains this jshint gutter notification (and another notification below as well). But how do I get more information on what these notifications signify? Do I have to perhaps enable additional output in the jshint options?

Thanks in advance.

0 Likes

#2

Do you have the status bar enabled? I don’t have jslint but I use one for php and when I go to the line which is giving me problems it gives me a more detailed message in the status bar.

0 Likes