Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

shebang line shows up as an error. #86

Open jesslilly opened 10 years ago

jesslilly commented 10 years ago
#!/usr/bin/env node

This line will show up as an error in eclipse. How can you set it up to ignore this error?

More info: http://stackoverflow.com/questions/18960201/how-to-ignore-node-shebang-error-in-eclipse

paulvi commented 10 years ago

With answer on StackOverflow, it is now just general JSHint question, and it seemed already fixed in JSHInt as already was discovered https://github.com/jshint/jshint/issues/66