Using JSLint since some month, I wonder how to be comfortable with it?
IMO the official website is too basic. No line number in the code editor, no links between error and code, poor presentation…
And using in CLI, is also not the more comfortable way.
So the question is: “How do you use JSLint?”. What are your practices and recommendation to perform using JSLint? Is there any alternative online checker that are more powerful? Or maybe advanced online editor that include JSLint validator?
Have you tried JSHint?
JSHint
It’s a fork of JSLinl with some upgrades, for example like line number.
Anyway there’re some plugin that you could add to your favorite text editor.