Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run JSHint without saving #45

Open
dandv opened this issue Mar 13, 2014 · 2 comments
Open

Run JSHint without saving #45

dandv opened this issue Mar 13, 2014 · 2 comments

Comments

@dandv
Copy link

dandv commented Mar 13, 2014

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
Copy link
Owner

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

@Deathspike
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants