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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -