-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is JSHint really the "best" linter? #205
Comments
I agree, to solve this, we can make a list of the lints|hints available with your specifications. What do you think? |
Mentions ESLint's strengths, but doesn't go in-depth on why you'd use one of the others. Resolves jstherightway#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 |
ESLint is the best, works so well for beginners |
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".
The text was updated successfully, but these errors were encountered: