You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding the 'use strict'; to avoid warning messages from jshitn, it's reporting the wrong line number for the error and highlighting a line which has nothing to do with the error.
Strange, same issue 2 years later. I have tooltips turned on in Sublimelinter and it reports the incorrect line (1 line before). I'm using Material Theme, but that should not make a difference.
After adding the
'use strict';
to avoid warning messages from jshitn, it's reporting the wrong line number for the error and highlighting a line which has nothing to do with the error.For example:
Getting this error:
In this line:
Or
In a comment line.
I'm using Sublime 3.
The text was updated successfully, but these errors were encountered: