Can anyone point to a functioning JSLint plug-in for Eclipse?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a plugin here and it works ok. (site is down sometime in 2011)The update site is http://update.rockstarapps.com/site.xml(site down 2012-07-24)You can also run jslint4java as an external tool:
jslint4java.jarsomewhereLocation: /usr/bin/java (or your path to javaw.exe) Arguments: -jar /path/to/jslint4java.jar ${resource_loc}Now you can select a js file in the Project Explorer and run jslint4java from the external tools menu.