Tagged Questions
5
votes
3answers
231 views
Excluding files from jslint4java in eclipse
I'm using jslint4java in eclipse. Unfortunately I have a few huge dictionary files that never change but every time when the workspace is built, linting those files takes ages.
Is it possible to ...
1
vote
1answer
115 views
JsLint4Java 'is not defined' warnings when using multiple .js files
When working with more than one .js file e.g. if I have a separate .js file that contains unit tests I start to see lots of warnings (I'm using the Eclipse plug-in) like the following where a .js file ...
0
votes
0answers
177 views
Excluding a folder from JSLint search (Eclipse Plugin)
While using JSLint Eclipse Plugin can we exclude a specific folder in a project that JSLint should exclude while searching for error etc??