As far as I can tell, the JSHint validation plugin does not support the use of a .jshintignore file at the root of the project folder. Is there any way support for this functionality can be added? It should be a core feature of JSHint.
This would take care of the one advantage jshint-eclipse has over tern-jshint:
jshint-eclipse has a powerfull support to match files which must be validated. Tern IDE must improve Tern Script path to ignore files for instance.