JSLint Multi v1.1 widget by Michael Schøler and Jakob Kruse is now ready for download.
JSLint Multi uses Douglas Crockford’s excellent JSLint tool to check your Javascript files for potential problems.
Drag a folder unto JSLint Multi, and it will give you an overview of the JSLint status of every Javascript file in that folder and folders below it. Click a file in the list, or drag a file, URI or some Javascript code unto the widget, and it will displays details of the first problem found. Edit the file, and JSLint Multi will instantly recheck it! It even picks up new files added to the monitored folder!
Requires Yahoo! Widgets 4.5 or later to be installed.
Also see the official project page in the widget gallery (updated very slowly at times).
Changes
1.1
- JSLint updated to 2009-04-19 version
- Added support for newcap and immed options
- Stopped using native function 'updateNow', it leaks memory badly!
- Better Mac support
- Uses minified JSLint
- Shows edition of JSLint used