fbzhong/sublime-jslint

jslint on whole project

aethernet opened this issue · 1 comments

Hi jslint currently works very well on a single file, but fail on method and vars defined by libraries which is part of the same project.

Is it any workaround ?

That is a feature of JSLint, which encourages that scripts should be concatenated into a single file, in order to reduce HTTP requests. In order to work around it, just use the --predef option.