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
Post a Comment