How to show all of the errors with JSHint

Viewed 9633

Say I run JSHint on a file. It reports back 83% of the errors. I want 100% of the errors, but by default it says "Too many errors". Running jshint filename.js, how would I lift this limit and show all of the errors?

3 Answers
Related