JSLintMate - JSLint and JSHint in TextMate.
rondevera.github.com
JSLintMate - JSLint and JSHint in TextMate.
1–10 of 12 posts
Re: JSLintMate - JSLint and JSHint in TextMate.
#2I use this all the time at work. It's really helpful. It's be nice if the options had a GUI, but it's great.
Re: JSLintMate - JSLint and JSHint in TextMate.
#3Will this work in Sublime Text as is?
Re: JSLintMate - JSLint and JSHint in TextMate.
#4I have a pep8 TextMate bundle that does the same type thing. It's cool to see all of your mistakes on save. pep8 seems a lot stricter than jsLint, both will drive you crazy
Re: JSLintMate - JSLint and JSHint in TextMate.
#5Will this work in Sublime Text as is?
Another option for Sublime: https://github.com/fbzhong/sublime-jslint
Re: JSLintMate - JSLint and JSHint in TextMate.
#6Will this work in Sublime Text as is?
Another option for Sublime: https://github.com/fbzhong/sublime-jslint
I use SublimeLinter with JSHint: https://github.com/Kronuz/SublimeLinter
Re: JSLintMate - JSLint and JSHint in TextMate.
#7I prefer subtleGradient's Javascript Tools bundle, which also checks with JSLint on save: https://github.com/subtleGradient/javascript-tools.tmbundle
Re: JSLintMate - JSLint and JSHint in TextMate.
#8I 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.
#9i 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
Re: JSLintMate - JSLint and JSHint in TextMate.
#10i 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.