JoachimK / Brackets-Interactive-Linter

Interactive JSHint brings code feedback into brackets as you work on your JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brackets-Interactive-Linter

Brackets integration with JSHint. Interactive Linter will provide feedback as JavaScript files are modified with JSHint details easily accessible from the line gutter of the editor. Interactive Linter also keeps its settings per project (.interactiveLinter), which you can manually modify to customize JSHint settings for the entire project. Of course, JSHint annotation in your files will continue to work.

This was inspired by brackets-continuous-compilation extension (https://github.com/JoachimK/brackets-continuous-compilation), so thank you for that

How to

Links

Brackets? Right here... http://brackets.io/
Brackets github? Right here... https://github.com/adobe/brackets

Contact me

If you have any issues or want to just drop in a line, you can use my personal email at manchagnu@gmail.com

License

Licensed under MIT

About

Interactive JSHint brings code feedback into brackets as you work on your JavaScript

License:Other