Up and until v0.3.1 things worked as expected: linter errors are highlighted in real time as you work with your code in ST3. From v0.3.2 onwards, however, only the first linter error in each file is highlighted. When I fix that error, only then is the next error highlighted, and so on.
Via email:
I’m trying to track down a bug that somehow involves node-jslint v0.3.2 and above.
I’m using Sublime Text 3 with SublimeLinter 3 (https://sublime.wbond.net/packages/SublimeLinter) + a JSLint plugin (https://sublime.wbond.net/packages/SublimeLinter-contrib-jslint). The jslint plugin is using node-jslint as the actual linter.
Up and until v0.3.1 things worked as expected: linter errors are highlighted in real time as you work with your code in ST3. From v0.3.2 onwards, however, only the first linter error in each file is highlighted. When I fix that error, only then is the next error highlighted, and so on.