I'm trying to get JSLint working as a tool and I'm having some issues with the configuration.
Here's the config I'm trying to use:
http://tivac.com/upload/images/pyNTSsH_jslint_config.png
It just runs forever until I kill the tool:
http://tivac.com/upload/images/pnOYR0X_jslint_output.png
Here's what it does if I run it straight from cmd:
http://tivac.com/upload/images/phqKLap_jslint_cmd.png
I've tried specifying several directories to run in, including the one used by cmd and they all either error out with an invalid directory notice or just run forever without finishing. The cmd version runs in under 2 seconds and proves the command is right. Did I miss something? I was hoping Simon would've linked to the tools configs he used in his post where he talks about these (the post in question) but no luck.