« Pragmatic Thinking and Learning | Main | AWS EC2 EBS Partition Resize »

Annotated JSHint Configuration File

I've put together an annotated JSHint configuration file. This is mostly just a text formatted cut and paste of the documentation on the website (DRY shudder) in a format suitable for use with node-jshint. I find it handy to have it all in one place when setting up new node projects. You can grab the config from:

https://github.com/NeoPhi/jshint-config/

Tags: javascript jshint nodejs