cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
131 stars 41 forks source link

Run JSHint without saving #45

Open dandv opened 10 years ago

dandv commented 10 years ago

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?

cfjedimaster commented 10 years ago

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

Deathspike commented 9 years ago

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.