7

Is there a JSHint plugin for Eclipse? I can't find anything on Google.

Sebastian Patten
  • 7,157
  • 4
  • 45
  • 51

2 Answers2

13

You can try jshint-eclipse

I created this plug-in for use in the Eclipse RAP project. It's still in its early days but already works fine and lets you configure JSHint as needed.

Sam Hasler
  • 12,344
  • 10
  • 72
  • 106
ralfstx
  • 3,893
  • 2
  • 25
  • 41
1

I did a JSLint Eclipse plug-in right before JSHint came out. It includes options to disable some of the more bothersome JSLint errors, like not erroring out from a var declaration in a for loop.

It's one of the packages available at https://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonegap/tags/r1.2/download

Paul Beusterien
  • 27,542
  • 6
  • 83
  • 139