eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

bad option: ignore #97

Closed ZippoLag closed 9 years ago

ZippoLag commented 10 years ago

I have files in which I have portions of code that I don't want to have validated by JSHint, so I've set them between /*jshint ignore: start*/ and /*jshint ignore: end*/, but JSHint gives me the error "bad option: ignore".

I'm assuming this is a missing feature rather than a bug?

ralfstx commented 9 years ago

This directive was probably not supported by the jshint version shipped with the eclipse plug-in. There's an update now available (jshint-eclipse 0.9.10) that does support it.