I am using gulp-include and eslint, but my eslint spits out the wrong line numbers for included files warnings and errors OR I get a bunch of no-unused-vars and no-undef errors, but proper line numbers. Any way I can get correct line numbers AND proper warnings?
I am using gulp-include and eslint, but my eslint spits out the wrong line numbers for included files warnings and errors OR I get a bunch of no-unused-vars and no-undef errors, but proper line numbers. Any way I can get correct line numbers AND proper warnings?
Thanks in advance!