victorporof / Sublime-JSHint

JSHint Gutter for Sublime Text 2 and 3 via node.js
https://github.com/victorporof/Sublime-JSHint
682 stars 71 forks source link

Wrong line gets linting highlight #125

Open petvas opened 8 years ago

petvas commented 8 years ago
"use strict";
var a = function() {};
var b = function() {};
var c = true;

c &&
    b();

a();

Subline 3 Build 3083

pictures2016-01-27_14-52

victorporof commented 8 years ago

Does using jshint standalone result in the same place being highlighted?

victorporof commented 8 years ago

Also, maybe a dupe of https://github.com/victorporof/Sublime-JSHint/issues/34