Live data from Hacker News

JSLintMate - JSLint and JSHint in TextMate.

rondevera.github.com

11–12 of 12 posts

Re: JSLintMate - JSLint and JSHint in TextMate.

#12
post #6
post #5

Earlier quoted context omitted.

Another option for Sublime: https://github.com/fbzhong/sublime-jslint

I use SublimeLinter with JSHint: https://github.com/Kronuz/SublimeLinter

And the easiest way to get setup with SublimeLinter and other packages is to use Sublime Package Control (http://wbond.net/sublime_packages/package_control).

Then, to install a package, you hit: 1) ctrl+shift+p 2) type "install" and select the package installation option 3) search for "SublimeLinter" and hit enter to intstall it

You're done! I've even discovered many new packages right through Package Control, such as Clipboard History.

Post reply on HN