Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIs JSHint really the "best" linter? #205
Open
Labels
Comments
I agree, to solve this, we can make a list of the lints|hints available with your specifications. What do you think? |
NateEag
added a commit
to NateEag/js-the-right-way
that referenced
this issue
Aug 16, 2015
Mentions ESLint's strengths, but doesn't go in-depth on why you'd use one of the others. Resolves braziljs#205.
sorry, been extremely busy for the past month. Just submitted a possible edit - let me know what you think. |
I agree with eslint as best tool for lint:
an example, in specific frameworks, we have specific patterns to their., example, eslint-plugin-angular add rules to lint pattern of john papa |
I vote to change jsHint for eslint |
or mention both |
I think it's tern-lint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I'm aware, ESLint provides all JSHint's functionality and then some, while being more configurable, more modular, and more extensible. I believe it is slightly slower, though I've never experienced serious performance issues.
I'd suggest recommending it rather than JSHint.
I'd at least tone down the claim that JSHint is the best to "JSHint is a good style checker".