java - How can I turn off javascript validation (including tern / lint / jshint) for certain folders (such as node_modules) in eclipse? -


i went project properties > javascript > include path > source , excluded node_modules directory. but, when run validation on project still tries validate of javascript files in folder.

it's because tern.java doesn't support include/exclude path.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

Kivy: Swiping (Carousel & ScreenManager) -

jdbc - Not able to establish database connection in eclipse -