MiniME - Now with added lint!
Wednesday, 25 August 2010
Finally, a simple JavaScript lint tool that doesn't suffer from OCD!
MiniME now has a pretty good set of lint style code quality checks.
I won't go into all the gory details here because you can read about it here.
I've run this over jQuery, jQuery UI and a number of other scripts and it shows up a good set of warnings, all of which I think are reasonable. I've tried to balance MiniME's lint warnings to make them useful but not overbearing with nit-picking on things that really don't matter (like whitespace for example).
The new build is available now from the MiniME Project Page.
Leave a comment