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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -