wiledal / gulp-include

Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.
157 stars 68 forks source link

gulp-include and eslint and proper line numbers? #70

Open jeberly opened 8 years ago

jeberly commented 8 years ago

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!

JoshuaSoileau commented 6 years ago

I am also interested in a fix for this.