Live data from Hacker News

JSLintMate - JSLint and JSHint in TextMate.

rondevera.github.com

1–10 of 12 posts

Re: JSLintMate - JSLint and JSHint in TextMate.

#8
post #7

I prefer subtleGradient's Javascript Tools bundle, which also checks with JSLint on save: https://github.com/subtleGradient/javascript-tools.tmbundle

JSLintMate has two modes: JSLint/JSHint on save (command-S), and full mode (control-L for JSLint, control-shift-L for JSHint). You can use options files in both modes, which means you can share settings no matter how you want to use it.

Re: JSLintMate - JSLint and JSHint in TextMate.

#10

i built a textmate plugin that runs your js through jsl, based on jsLint, on save: https://github.com/sxtxixtxcxh/validate-on-save.tmbundle JSLintMate looks much nicer

Been using the VOS bundle for the past year & it lints much more than just js. Def worth checking out.
Post reply on HN