brackets-jshint icon indicating copy to clipboard operation
brackets-jshint copied to clipboard

Run JSHint without saving

Open dandv opened this issue 11 years ago • 2 comments
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?

dandv avatar Mar 13 '14 12:03 dandv

My extension is using the core Brackets linting api, and since that doesn't support it, neither can my extension.

cfjedimaster avatar Mar 13 '14 12:03 cfjedimaster

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.

Deathspike avatar Oct 20 '14 16:10 Deathspike