Skip to content
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

Open
NateEag opened this issue Jul 19, 2015 · 7 comments
Open

Is JSHint really the "best" linter? #205

NateEag opened this issue Jul 19, 2015 · 7 comments

Comments

@NateEag
Copy link

NateEag commented Jul 19, 2015

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".

@allanesquina
Copy link
Contributor

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.
@NateEag
Copy link
Author

NateEag commented Aug 16, 2015

sorry, been extremely busy for the past month.

Just submitted a possible edit - let me know what you think.

@darlanmendonca
Copy link

I agree with eslint as best tool for lint:

  • have the same rules like jshint
  • but is flexible, to add plugins

an example, in specific frameworks, we have specific patterns to their., example, eslint-plugin-angular add rules to lint pattern of john papa

@darlanmendonca
Copy link

darlanmendonca commented Jun 30, 2016

I vote to change jsHint for eslint

@darlanmendonca
Copy link

darlanmendonca commented Jun 30, 2016

or mention both

@alex-shamshurin
Copy link

I think it's tern-lint

@devdesiignn
Copy link

ESLint is the best, works so well for beginners

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants