Search code examples
javajavascripteclipsetern

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


I already went into project properties > JavaScript > Include Path > Source and excluded my node_modules directory. But, when I run validation on the project it still tries to validate all of the javascript files in that folder.


Solution

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