js-the-right-way icon indicating copy to clipboard operation
js-the-right-way copied to clipboard

Is JSHint really the "best" linter?

Open NateEag opened this issue 9 years ago • 7 comments

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

NateEag avatar Jul 19 '15 01:07 NateEag

I agree, to solve this, we can make a list of the lints|hints available with your specifications. What do you think?

allanesquina avatar Jul 20 '15 04:07 allanesquina

sorry, been extremely busy for the past month.

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

NateEag avatar Aug 16 '15 23:08 NateEag

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 avatar Jun 30 '16 17:06 darlanmendonca

I vote to change jsHint for eslint

darlanmendonca avatar Jun 30 '16 17:06 darlanmendonca

or mention both

darlanmendonca avatar Jun 30 '16 17:06 darlanmendonca

I think it's tern-lint

alex-shamshurin avatar Feb 23 '17 21:02 alex-shamshurin

ESLint is the best, works so well for beginners

devdesiignn avatar Aug 15 '21 18:08 devdesiignn