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 · 6 comments
Open

Is JSHint really the "best" linter? #205

NateEag opened this issue Jul 19, 2015 · 6 comments
Labels

Comments

@NateEag
Copy link

@NateEag 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
Member

@allanesquina allanesquina commented Jul 20, 2015

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

@darlanmendonca darlanmendonca commented Jun 30, 2016

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 darlanmendonca commented Jun 30, 2016

I vote to change jsHint for eslint

@darlanmendonca
Copy link

@darlanmendonca darlanmendonca commented Jun 30, 2016

or mention both

@alex-shamshurin
Copy link

@alex-shamshurin alex-shamshurin commented Feb 23, 2017

I think it's tern-lint

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

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.