SublimeLinter 3 Not Working

Saad picture Saad · Apr 26, 2014 · Viewed 15.6k times · Source

I've been having some problems with SublimeLinter3. I recently installed JSHint and Sublime Linter 3 with my package control, and when I manually use JSHint from the command palette it works fine. However, my SublimeLinter isn't doing anything. Shouldn't it provide instant visual feedback when i type errors and save a file? Any help would be greatly appreciated!

Answer

MattDMo picture MattDMo · Apr 26, 2014

Make sure that you installed the SublimeLinter-jshint package, and not the one just named JSHint, as it doesn't work with SublimeLinter. Also, make sure you've completely read through the SublimeLinter documentation so that everything is set up correctly.