brackets-jshint
brackets-jshint copied to clipboard
Run JSHint without saving
trafficstars
I use Brackets to develop with Meteor, which has a file watcher and automatically restarts the server when it detects that project files have been updated. When I save .js files in order to JSHint them, that causes an artificial restart of the server.
Any way to run JSHint without saving the .js file? Maybe by saving to a temporary file?
My extension is using the core Brackets linting api, and since that doesn't support it, neither can my extension.
A bit late to the party, but here's an extension that does exactly that:
https://github.com/fdecampredon/brackets-epic-linter
Among other goodness.