TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JSLintMate - JSLint and JSHint in TextMate.

18 pointsby maccmanabout 13 years ago

5 comments

x5315about 13 years ago
I 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.
ch_stabout 13 years ago
I prefer subtleGradient's Javascript Tools bundle, which also checks with JSLint on save: <a href="https://github.com/subtleGradient/javascript-tools.tmbundle" rel="nofollow">https://github.com/subtleGradient/javascript-tools.tmbundle</a>
评论 #3673151 未加载
emehrkayabout 13 years ago
I 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
sxtxixtxcxhabout 13 years ago
i built a textmate plugin that runs your js through jsl, based on jsLint, on save: <a href="https://github.com/sxtxixtxcxh/validate-on-save.tmbundle" rel="nofollow">https://github.com/sxtxixtxcxh/validate-on-save.tmbundle</a><p>JSLintMate looks much nicer
评论 #3673181 未加载
dewellerabout 13 years ago
Will this work in Sublime Text as is?
评论 #3673196 未加载
评论 #3672812 未加载