I have a web project that uses several third-party js libraries. Since they are optimized, Eclipse shows that there are errors in these files. I would like to configure eclipse to ignore some js directories for error handling and validation.
I think that I am now set to ignore validation using the validation options in Project> Properties> Validation> Client Side JavaScript> Settings. I added an exception rule for my third-party library directory. My problem is that it still shows marker errors> JavaScript issues.
Any help would be appreciated, thanks!
source share